Text Generation
Transformers
Safetensors
English
llama
smol_llama
llama2
Inference Endpoints
text-generation-inference
pszemraj commited on
Commit
44accb1
1 Parent(s): 9c9c090

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -89,6 +89,23 @@ Some cool anecdotes about this model:
89
  - Fine-tuned on `pypi` to generate Python code - [link](https://huggingface.co/BEE-spoke-data/smol_llama-101M-GQA-python)
90
  - For the chat version of this model, please [see here](https://youtu.be/dQw4w9WgXcQ?si=3ePIqrY1dw94KMu4)
91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  ---
93
 
94
 
 
89
  - Fine-tuned on `pypi` to generate Python code - [link](https://huggingface.co/BEE-spoke-data/smol_llama-101M-GQA-python)
90
  - For the chat version of this model, please [see here](https://youtu.be/dQw4w9WgXcQ?si=3ePIqrY1dw94KMu4)
91
 
92
+
93
+ ### Citation Info
94
+
95
+ If you find this experiment useful and would like to add some words to your `.bib` file, it would make us happy.
96
+
97
+
98
+ ```
99
+ @misc {beespoke_data_2023,
100
+ author = { {Peter Szemraj and Vincent Haines} },
101
+ title = { smol_llama-101M-GQA (Revision 9c9c090) },
102
+ year = 2023,
103
+ url = { https://huggingface.co/BEE-spoke-data/smol_llama-101M-GQA },
104
+ doi = { 10.57967/hf/1440 },
105
+ publisher = { Hugging Face }
106
+ }
107
+ ```
108
+
109
  ---
110
 
111