MatteoKhan commited on
Commit
502972f
·
verified ·
1 Parent(s): 768efed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -89,10 +89,6 @@ outputs = model.generate(**inputs, max_length=200)
89
  response = tokenizer.decode(outputs[0], skip_special_tokens=True)
90
  print(response)
91
  ```
92
-
93
- ## 📜 Citation & References
94
- If you use **TinyStable-Hybrid-1.6B** in your research, please cite the parent models:
95
-
96
  **📝 TinyLlama**
97
  ```bibtex
98
  @misc{zhang2024tinyllama,
@@ -105,8 +101,6 @@ If you use **TinyStable-Hybrid-1.6B** in your research, please cite the parent m
105
  }
106
  ```
107
 
108
- **📝 StableLM**
109
-
110
  📩 **Feedback & Contact**: Reach out via [Hugging Face](https://huggingface.co/MatteoKhan).
111
 
112
  🎉 **Happy Experimenting!** 🚀
 
89
  response = tokenizer.decode(outputs[0], skip_special_tokens=True)
90
  print(response)
91
  ```
 
 
 
 
92
  **📝 TinyLlama**
93
  ```bibtex
94
  @misc{zhang2024tinyllama,
 
101
  }
102
  ```
103
 
 
 
104
  📩 **Feedback & Contact**: Reach out via [Hugging Face](https://huggingface.co/MatteoKhan).
105
 
106
  🎉 **Happy Experimenting!** 🚀