Improve language tag (#1)
Browse files- Improve language tag (83fda64603fbf01dde6cbe6d988c24c7ec060440)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
@@ -1,27 +1,39 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- Qwen/Qwen2.5-0.5B
|
4 |
-
tags:
|
5 |
-
- text-generation-inference
|
6 |
-
- transformers
|
7 |
-
- unsloth
|
8 |
-
- qwen2
|
9 |
-
- gguf
|
10 |
-
license: apache-2.0
|
11 |
-
language:
|
12 |
-
-
|
13 |
-
|
14 |
-
-
|
15 |
-
-
|
16 |
-
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-0.5B
|
4 |
+
tags:
|
5 |
+
- text-generation-inference
|
6 |
+
- transformers
|
7 |
+
- unsloth
|
8 |
+
- qwen2
|
9 |
+
- gguf
|
10 |
+
license: apache-2.0
|
11 |
+
language:
|
12 |
+
- zho
|
13 |
+
- eng
|
14 |
+
- fra
|
15 |
+
- spa
|
16 |
+
- por
|
17 |
+
- deu
|
18 |
+
- ita
|
19 |
+
- rus
|
20 |
+
- jpn
|
21 |
+
- kor
|
22 |
+
- vie
|
23 |
+
- tha
|
24 |
+
- ara
|
25 |
+
datasets:
|
26 |
+
- google-research-datasets/mbpp
|
27 |
+
- mlabonne/FineTome-100k
|
28 |
+
- MohamedSaeed-dev/python_dataset_codes
|
29 |
+
---
|
30 |
+
|
31 |
+
# Uploaded model
|
32 |
+
|
33 |
+
- **Developed by:** AhmedLet
|
34 |
+
- **License:** apache-2.0
|
35 |
+
- **Finetuned from model :** unsloth/qwen2.5-0.5b-instruct-unsloth-bnb-4bit
|
36 |
+
|
37 |
+
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
38 |
+
|
39 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|