nyuuzyou lbourdois commited on
Commit
20ca608
·
verified ·
1 Parent(s): 403d6c0

Improve language tag (#2)

Browse files

- Improve language tag (889ed36eb239b91400e0942c7e6c3ae8c95c3679)


Co-authored-by: Loïck BOURDOIS <[email protected]>

Files changed (1) hide show
  1. README.md +30 -16
README.md CHANGED
@@ -1,16 +1,30 @@
1
- ---
2
- base_model: Qwen/Qwen2.5-0.5B-Instruct
3
- tags:
4
- - bluesky
5
- datasets:
6
- - alpindale/two-million-bluesky-posts
7
- license: other
8
- pipeline_tag: text-generation
9
- library_name: transformers
10
- ---
11
-
12
- # Qwen2.5-0.5B-Bluesky-Instruct
13
-
14
- This model is a fine-tuned version of the [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) language model on the [alpindale/two-million-bluesky-posts](https://huggingface.co/datasets/alpindale/two-million-bluesky-posts) dataset.
15
-
16
- **License**: Dataset usage is subject to Bluesky's Terms of Service.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-0.5B-Instruct
3
+ tags:
4
+ - bluesky
5
+ datasets:
6
+ - alpindale/two-million-bluesky-posts
7
+ license: other
8
+ pipeline_tag: text-generation
9
+ library_name: transformers
10
+ language:
11
+ - zho
12
+ - eng
13
+ - fra
14
+ - spa
15
+ - por
16
+ - deu
17
+ - ita
18
+ - rus
19
+ - jpn
20
+ - kor
21
+ - vie
22
+ - tha
23
+ - ara
24
+ ---
25
+
26
+ # Qwen2.5-0.5B-Bluesky-Instruct
27
+
28
+ This model is a fine-tuned version of the [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) language model on the [alpindale/two-million-bluesky-posts](https://huggingface.co/datasets/alpindale/two-million-bluesky-posts) dataset.
29
+
30
+ **License**: Dataset usage is subject to Bluesky's Terms of Service.