Harley-ml commited on
Commit
f06f793
·
verified ·
1 Parent(s): 5e32c2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -873,11 +873,13 @@ if __name__ == "__main__":
873
  print(output)
874
  ```
875
 
876
- ### Citation
877
-
878
- @misc{tenete-8m2026,
879
- title={Tenete-8M: An 8M Parameter Language Model that Beats Pythia-31M in coherence},
880
- author={Harley-ml},
881
- year={2026},
882
- url={https://huggingface.co/Harley-ml/Tenete-8M},
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
+ ```