lbourdois commited on
Commit
5021132
·
verified ·
1 Parent(s): 6e78eaf

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +79 -68
README.md CHANGED
@@ -1,68 +1,79 @@
1
- ---
2
- library_name: transformers
3
- license: apache-2.0
4
- base_model: Qwen/Qwen2.5-0.5B-Instruct
5
- tags:
6
- - alignment-handbook
7
- - trl
8
- - sft
9
- - generated_from_trainer
10
- - trl
11
- - sft
12
- - generated_from_trainer
13
- datasets:
14
- - HuggingFaceH4/ultrachat_200k
15
- model-index:
16
- - name: qwen-0.5b-sft-full
17
- results: []
18
- ---
19
-
20
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
21
- should probably proofread and complete it, then remove this comment. -->
22
-
23
- # qwen-0.5b-sft-full
24
-
25
- This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) on the HuggingFaceH4/ultrachat_200k dataset.
26
- It achieves the following results on the evaluation set:
27
- - Loss: 1.4074
28
-
29
- ## Model description
30
-
31
- More information needed
32
-
33
- ## Intended uses & limitations
34
-
35
- More information needed
36
-
37
- ## Training and evaluation data
38
-
39
- More information needed
40
-
41
- ## Training procedure
42
-
43
- ### Training hyperparameters
44
-
45
- The following hyperparameters were used during training:
46
- - learning_rate: 2e-05
47
- - train_batch_size: 4
48
- - eval_batch_size: 4
49
- - seed: 42
50
- - distributed_type: multi-GPU
51
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
- - lr_scheduler_type: cosine
53
- - lr_scheduler_warmup_ratio: 0.1
54
- - num_epochs: 1
55
-
56
- ### Training results
57
-
58
- | Training Loss | Epoch | Step | Validation Loss |
59
- |:-------------:|:-----:|:-----:|:---------------:|
60
- | 1.2863 | 1.0 | 30584 | 1.4074 |
61
-
62
-
63
- ### Framework versions
64
-
65
- - Transformers 4.46.0
66
- - Pytorch 2.5.0+cu124
67
- - Datasets 3.0.2
68
- - Tokenizers 0.20.1
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-0.5B-Instruct
5
+ tags:
6
+ - alignment-handbook
7
+ - trl
8
+ - sft
9
+ - generated_from_trainer
10
+ datasets:
11
+ - HuggingFaceH4/ultrachat_200k
12
+ language:
13
+ - zho
14
+ - eng
15
+ - fra
16
+ - spa
17
+ - por
18
+ - deu
19
+ - ita
20
+ - rus
21
+ - jpn
22
+ - kor
23
+ - vie
24
+ - tha
25
+ - ara
26
+ model-index:
27
+ - name: qwen-0.5b-sft-full
28
+ results: []
29
+ ---
30
+
31
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
+ should probably proofread and complete it, then remove this comment. -->
33
+
34
+ # qwen-0.5b-sft-full
35
+
36
+ This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) on the HuggingFaceH4/ultrachat_200k dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 1.4074
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 2e-05
58
+ - train_batch_size: 4
59
+ - eval_batch_size: 4
60
+ - seed: 42
61
+ - distributed_type: multi-GPU
62
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
63
+ - lr_scheduler_type: cosine
64
+ - lr_scheduler_warmup_ratio: 0.1
65
+ - num_epochs: 1
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss |
70
+ |:-------------:|:-----:|:-----:|:---------------:|
71
+ | 1.2863 | 1.0 | 30584 | 1.4074 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.46.0
77
+ - Pytorch 2.5.0+cu124
78
+ - Datasets 3.0.2
79
+ - Tokenizers 0.20.1