Fix citation to reference blog post
Browse files
README.md
CHANGED
|
@@ -127,17 +127,19 @@ print(tokenizer.decode(outputs[0]))
|
|
| 127 |
|
| 128 |
## Citation
|
| 129 |
|
| 130 |
-
If you use this model, please cite:
|
| 131 |
|
| 132 |
```bibtex
|
| 133 |
-
@article{
|
| 134 |
-
title={
|
| 135 |
-
author={
|
| 136 |
year={2025},
|
| 137 |
-
url={https://huggingface.co/codelion/
|
| 138 |
}
|
| 139 |
```
|
| 140 |
|
|
|
|
|
|
|
| 141 |
## Model Card Authors
|
| 142 |
|
| 143 |
codelion
|
|
|
|
| 127 |
|
| 128 |
## Citation
|
| 129 |
|
| 130 |
+
If you use this model/dataset, please cite:
|
| 131 |
|
| 132 |
```bibtex
|
| 133 |
+
@article{sharma2025billion,
|
| 134 |
+
title={The 1 Billion Token Challenge: Finding the Perfect Pre-training Mix},
|
| 135 |
+
author={Sharma, Asankhaya},
|
| 136 |
year={2025},
|
| 137 |
+
url={https://huggingface.co/blog/codelion/optimal-dataset-mixing/}
|
| 138 |
}
|
| 139 |
```
|
| 140 |
|
| 141 |
+
For more details, see the [blog post](https://huggingface.co/blog/codelion/optimal-dataset-mixing/).
|
| 142 |
+
|
| 143 |
## Model Card Authors
|
| 144 |
|
| 145 |
codelion
|