Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
datasets:
|
| 4 |
+
- Dogacel/nemotron-post-training-v2-gpt-oss-20b-regen
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- openai/gpt-oss-20b
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
EAGLE-3 drafter model for GPT-oss-20b.
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Sources [optional]
|
| 20 |
+
|
| 21 |
+
- **Repository:** TODO
|
| 22 |
+
- **Paper [optional]:** TODO
|
| 23 |
+
- **Demo [optional]:** TODO
|
| 24 |
+
|
| 25 |
+
## Uses
|
| 26 |
+
|
| 27 |
+
TODO: Quick SGLang starter
|
| 28 |
+
|
| 29 |
+
## Training Details
|
| 30 |
+
|
| 31 |
+
### Training Data
|
| 32 |
+
|
| 33 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 34 |
+
|
| 35 |
+
https://huggingface.co/datasets/Dogacel/nemotron-post-training-v2-gpt-oss-20b-regen
|
| 36 |
+
|
| 37 |
+
### Training Procedure
|
| 38 |
+
|
| 39 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 40 |
+
|
| 41 |
+
SpecForge,
|
| 42 |
+
|
| 43 |
+
TODO: Fill training parameters
|
| 44 |
+
|
| 45 |
+
## Evaluation
|
| 46 |
+
|
| 47 |
+
TODO: Results
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
## Citation
|
| 51 |
+
|
| 52 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 53 |
+
|
| 54 |
+
**BibTeX:**
|
| 55 |
+
|
| 56 |
+
TODO
|
| 57 |
+
|
| 58 |
+
## Acknowledgements
|
| 59 |
+
|
| 60 |
+
We would like to thank fal and Lambda for their support.
|