Add language tags (#1)
Browse files- Add language tags (63ba09aaeb604cae0e9a5da890f9d0ffd77fa573)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -5,6 +5,9 @@ datasets:
|
|
5 |
base_model:
|
6 |
- Qwen/Qwen2-7B-Instruct
|
7 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
8 |
---
|
9 |
# Oryx-7B
|
10 |
|
|
|
5 |
base_model:
|
6 |
- Qwen/Qwen2-7B-Instruct
|
7 |
pipeline_tag: text-generation
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
- zh
|
11 |
---
|
12 |
# Oryx-7B
|
13 |
|