Update README.md
Browse files
README.md
CHANGED
|
@@ -873,11 +873,13 @@ if __name__ == "__main__":
|
|
| 873 |
print(output)
|
| 874 |
```
|
| 875 |
|
| 876 |
-
##
|
| 877 |
-
|
| 878 |
-
|
| 879 |
-
|
| 880 |
-
|
| 881 |
-
|
| 882 |
-
|
| 883 |
-
}
|
|
|
|
|
|
|
|
|
| 873 |
print(output)
|
| 874 |
```
|
| 875 |
|
| 876 |
+
## Citation
|
| 877 |
+
|
| 878 |
+
```bibtex
|
| 879 |
+
@misc{tenete8m,
|
| 880 |
+
title = {Tenete-8M: An 8M Parameter Language Model that Beats Pythia-31M in Coherence},
|
| 881 |
+
author = {Harley-ml},
|
| 882 |
+
year = {2026},
|
| 883 |
+
url = {https://huggingface.co/Harley-ml/Tenete-8M}
|
| 884 |
+
}
|
| 885 |
+
```
|