Improve language tag (#1)
Browse files- Improve language tag (e5a6fad7c900c5b5df9053ba3f900ee42846081a)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
|
@@ -1,16 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
base_model: Qwen/Qwen2.5-0.5B
|
| 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 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
**License**: Dataset usage is subject to Bluesky's Terms of Service.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-0.5B
|
| 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
|
| 27 |
+
|
| 28 |
+
This model is a fine-tuned version of the [Qwen/Qwen2.5-0.5B](https://huggingface.co/Qwen/Qwen2.5-0.5B) 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.
|