Update README.md
Browse files
README.md
CHANGED
@@ -136,6 +136,10 @@ We evaluate the pretrained MobileLLM models on Zero-shot Common Sense Reasoning
|
|
136 |
| BLOOM-3B | 55.1 | 33.6 | 62.1 | 70.5 | 43.2 | 53.9 | 41.6 | 58.2 | 52.3 |
|
137 |
| **MobileLLM-1.5B** | 67.5 | 40.9 | 65.7 | 74.8 | 46.4 | 64.5 | 50.5 | 64.7 | **59.4** |
|
138 |
|
|
|
|
|
|
|
|
|
139 |
# Citation
|
140 |
|
141 |
If you find our code useful for your research, please consider citing:
|
|
|
136 |
| BLOOM-3B | 55.1 | 33.6 | 62.1 | 70.5 | 43.2 | 53.9 | 41.6 | 58.2 | 52.3 |
|
137 |
| **MobileLLM-1.5B** | 67.5 | 40.9 | 65.7 | 74.8 | 46.4 | 64.5 | 50.5 | 64.7 | **59.4** |
|
138 |
|
139 |
+
# Acknowledgement
|
140 |
+
|
141 |
+
This code is partially based on HuggingFace [Transformers](https://github.com/huggingface/transformers) repo under [Apache License](https://github.com/huggingface/transformers/blob/main/LICENSE).
|
142 |
+
|
143 |
# Citation
|
144 |
|
145 |
If you find our code useful for your research, please consider citing:
|