Update README.md
Browse files
README.md
CHANGED
|
@@ -136,4 +136,18 @@ hf (pretrained=EpistemeAI/metatune-gpt20b-R1.1,parallelize=True,dtype=bfloat16),
|
|
| 136 |
|
| 137 |
This gpt_oss model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 138 |
|
| 139 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
|
| 137 |
This gpt_oss model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 138 |
|
| 139 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
| 140 |
+
|
| 141 |
+
# Citation
|
| 142 |
+
|
| 143 |
+
```bibtex
|
| 144 |
+
@misc{openai2025gptoss120bgptoss20bmodel,
|
| 145 |
+
title={gpt-oss-120b & gpt-oss-20b Model Card},
|
| 146 |
+
author={OpenAI},
|
| 147 |
+
year={2025},
|
| 148 |
+
eprint={2508.10925},
|
| 149 |
+
archivePrefix={arXiv},
|
| 150 |
+
primaryClass={cs.CL},
|
| 151 |
+
url={https://arxiv.org/abs/2508.10925},
|
| 152 |
+
}
|
| 153 |
+
```
|