Commit
•
9c62ec0
1
Parent(s):
5fc1404
Update README.md (#2)
Browse files- Update README.md (2bea82233e2d544c30356a127fa456e56bea1c7e)
Co-authored-by: Vaibhav Srivastav <reach-vb@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# Model Card for Zamba2-2.7B-Instruct
|
5 |
|
@@ -92,4 +101,4 @@ Zamba2-2.7B-Instruct utilizes and extends our original Zamba hybrid SSM-attentio
|
|
92 |
|
93 |
Note: this is a temporary HuggingFace implementation of Zamba2-2.7B. It may not yet be fully compatible with all frameworks and tools intended to interface with HuggingFace models.
|
94 |
|
95 |
-
A standalone Pytorch implementation of Zamba2-2.7B may be found [here](https://github.com/Zyphra/Zamba2).
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- HuggingFaceH4/ultrachat_200k
|
5 |
+
- BAAI/Infinity-Instruct
|
6 |
+
- HuggingFaceH4/ultrafeedback_binarized
|
7 |
+
- Intel/orca_dpo_pairs
|
8 |
+
- argilla/OpenHermesPreferences
|
9 |
+
base_model:
|
10 |
+
- Zyphra/Zamba2-2.7B
|
11 |
+
library_name: transformers
|
12 |
---
|
13 |
# Model Card for Zamba2-2.7B-Instruct
|
14 |
|
|
|
101 |
|
102 |
Note: this is a temporary HuggingFace implementation of Zamba2-2.7B. It may not yet be fully compatible with all frameworks and tools intended to interface with HuggingFace models.
|
103 |
|
104 |
+
A standalone Pytorch implementation of Zamba2-2.7B may be found [here](https://github.com/Zyphra/Zamba2).
|