Update metadata: Add library_name to Transformers (#9)
Browse files- Update metadata: Add library_name to Transformers (a632a414611f3c3a824334753a23342552499cf5)
Co-authored-by: Tiezhen WANG <xianbao@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,25 +1,26 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
license_name: mrl
|
| 4 |
license_link: https://mistral.ai/licenses/MRL-0.1.md
|
| 5 |
base_model: mistralai/Mistral-Large-Instruct-2407
|
| 6 |
datasets:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
- en
|
| 12 |
-
- fr
|
| 13 |
-
- de
|
| 14 |
-
- es
|
| 15 |
-
- it
|
| 16 |
-
- pt
|
| 17 |
-
- ru
|
| 18 |
-
- zh
|
| 19 |
-
- ja
|
| 20 |
-
pipeline_tag: text-generation
|
| 21 |
-
tags:
|
| 22 |
-
- chat
|
| 23 |
---
|
| 24 |
|
| 25 |
|
|
|
|
| 1 |
---
|
| 2 |
+
tags:
|
| 3 |
+
- chat
|
| 4 |
license: other
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- fr
|
| 8 |
+
- de
|
| 9 |
+
- es
|
| 10 |
+
- it
|
| 11 |
+
- pt
|
| 12 |
+
- ru
|
| 13 |
+
- zh
|
| 14 |
+
- ja
|
| 15 |
+
pipeline_tag: text-generation
|
| 16 |
license_name: mrl
|
| 17 |
license_link: https://mistral.ai/licenses/MRL-0.1.md
|
| 18 |
base_model: mistralai/Mistral-Large-Instruct-2407
|
| 19 |
datasets:
|
| 20 |
+
- Doctor-Shotgun/C2-Stheno
|
| 21 |
+
- anthracite-org/kalo-opus-instruct-22k-no-refusal
|
| 22 |
+
- anthracite-org/nopm_claude_writing_fixed
|
| 23 |
+
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
|