rishiraj commited on
Commit
115cadb
1 Parent(s): 3958f37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -104,4 +104,17 @@ print(outputs[0]["generated_text"])
104
  | Arithmo-Mistral-7B | 74.7 | 25.3 |
105
  | MetaMath-7B | 66.5 | 19.8 |
106
  | MetaMath-13B | 72.3 | 22.4 |
107
- | 🔥 **Zephyr-Math-7B** | **??** | **??** |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  | Arithmo-Mistral-7B | 74.7 | 25.3 |
105
  | MetaMath-7B | 66.5 | 19.8 |
106
  | MetaMath-13B | 72.3 | 22.4 |
107
+ | 🔥 **Zephyr-Math-7B** | **??** | **??** |
108
+
109
+ ## Citation
110
+
111
+ ```bibtex
112
+ @software{acharya2023zephyrmath
113
+ title = {Zephyr Math: Zephyr 7B Alpha Model Fine-tuned on MetaMathQA Dataset},
114
+ author = {Rishiraj Acharya and Soumik Rakshit},
115
+ year = {2023},
116
+ publisher = {HuggingFace},
117
+ journal = {HuggingFace repository},
118
+ howpublished = {\url{https://huggingface.co/rishiraj/zephyr-math}},
119
+ }
120
+ ```