Improve language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,30 +1,42 @@
|
|
1 |
-
---
|
2 |
-
library_name: transformers
|
3 |
-
license: apache-2.0
|
4 |
-
datasets:
|
5 |
-
- Manual-Dataset-Creation-Project/Malum-230
|
6 |
-
- llm-jp/oasst2-33k-ja
|
7 |
-
language:
|
8 |
-
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
We would like to express our gratitude to [VOLTMIND](https://voltmind.jp/) for providing the computational resources used to train this model.
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- Manual-Dataset-Creation-Project/Malum-230
|
6 |
+
- llm-jp/oasst2-33k-ja
|
7 |
+
language:
|
8 |
+
- zho
|
9 |
+
- eng
|
10 |
+
- fra
|
11 |
+
- spa
|
12 |
+
- por
|
13 |
+
- deu
|
14 |
+
- ita
|
15 |
+
- rus
|
16 |
+
- jpn
|
17 |
+
- kor
|
18 |
+
- vie
|
19 |
+
- tha
|
20 |
+
- ara
|
21 |
+
base_model:
|
22 |
+
- Qwen/Qwen2.5-7B
|
23 |
+
inference: false
|
24 |
+
---
|
25 |
+
|
26 |
+
# Matsu-7B
|
27 |
+
|
28 |
+
## Description
|
29 |
+
Matsu-7B is a model that was instruction-tuned on the oasst2 and Malum-230, using Qwen2.5-7B as its base model.
|
30 |
+
|
31 |
+
## Series
|
32 |
+
| Variant | Link |
|
33 |
+
| --- | --- |
|
34 |
+
| Malum-230 | [Manual-Dataset-Creation-Project/Malum-230](https://huggingface.co/datasets/Manual-Dataset-Creation-Project/Malum-230) |
|
35 |
+
| Take-7B | [Manual-Dataset-Creation-Project/Take-7B](https://huggingface.co/Manual-Dataset-Creation-Project/Take-7B) |
|
36 |
+
|
37 |
+
## Contributors
|
38 |
+
- [Sudy](https://huggingface.co/sudy-super)
|
39 |
+
- [ほーりーふぉっくす](https://huggingface.co/Holy-fox)
|
40 |
+
|
41 |
+
## Acknowledgments
|
42 |
We would like to express our gratitude to [VOLTMIND](https://voltmind.jp/) for providing the computational resources used to train this model.
|