lbourdois commited on
Commit
20ff7d8
·
verified ·
1 Parent(s): e212510

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 +92 -78
README.md CHANGED
@@ -1,79 +1,93 @@
1
- ---
2
- library_name: peft
3
- license: apache-2.0
4
- base_model: Qwen/Qwen2.5-1.5B-Instruct
5
- tags:
6
- - generated_from_trainer
7
- model-index:
8
- - name: qwen_lora
9
- results: []
10
- ---
11
-
12
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
- should probably proofread and complete it, then remove this comment. -->
14
-
15
- # qwen_lora
16
-
17
- This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) on an unknown dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 0.0622
20
- - Mse: 0.0622
21
- - Mae: 0.1968
22
- - R Squared: 0.3060
23
-
24
- ## Model description
25
-
26
- More information needed
27
-
28
- ## Intended uses & limitations
29
-
30
- More information needed
31
-
32
- ## Training and evaluation data
33
-
34
- More information needed
35
-
36
- ## Training procedure
37
-
38
- ### Training hyperparameters
39
-
40
- The following hyperparameters were used during training:
41
- - learning_rate: 0.0001
42
- - train_batch_size: 128
43
- - eval_batch_size: 128
44
- - seed: 42
45
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
- - lr_scheduler_type: cosine
47
- - lr_scheduler_warmup_ratio: 0.01
48
- - num_epochs: 5
49
- - mixed_precision_training: Native AMP
50
-
51
- ### Training results
52
-
53
- | Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R Squared |
54
- |:-------------:|:------:|:----:|:---------------:|:------:|:------:|:---------:|
55
- | 0.0875 | 0.3115 | 100 | 0.0854 | 0.0854 | 0.2351 | 0.0471 |
56
- | 0.0786 | 0.6231 | 200 | 0.0741 | 0.0741 | 0.2186 | 0.1735 |
57
- | 0.0709 | 0.9346 | 300 | 0.0716 | 0.0716 | 0.2193 | 0.2018 |
58
- | 0.0675 | 1.2461 | 400 | 0.0735 | 0.0735 | 0.2106 | 0.1803 |
59
- | 0.0681 | 1.5576 | 500 | 0.0710 | 0.0710 | 0.2076 | 0.2081 |
60
- | 0.0627 | 1.8692 | 600 | 0.0675 | 0.0675 | 0.2059 | 0.2468 |
61
- | 0.0628 | 2.1807 | 700 | 0.0657 | 0.0657 | 0.2031 | 0.2677 |
62
- | 0.0591 | 2.4922 | 800 | 0.0646 | 0.0646 | 0.2033 | 0.2799 |
63
- | 0.06 | 2.8037 | 900 | 0.0660 | 0.0660 | 0.2007 | 0.2638 |
64
- | 0.0553 | 3.1153 | 1000 | 0.0633 | 0.0633 | 0.2012 | 0.2944 |
65
- | 0.0612 | 3.4268 | 1100 | 0.0654 | 0.0654 | 0.2078 | 0.2711 |
66
- | 0.0542 | 3.7383 | 1200 | 0.0627 | 0.0627 | 0.1987 | 0.3009 |
67
- | 0.0529 | 4.0498 | 1300 | 0.0623 | 0.0623 | 0.1970 | 0.3049 |
68
- | 0.0546 | 4.3614 | 1400 | 0.0624 | 0.0624 | 0.1962 | 0.3044 |
69
- | 0.0535 | 4.6729 | 1500 | 0.0623 | 0.0623 | 0.1972 | 0.3055 |
70
- | 0.0536 | 4.9844 | 1600 | 0.0622 | 0.0622 | 0.1968 | 0.3060 |
71
-
72
-
73
- ### Framework versions
74
-
75
- - PEFT 0.13.2
76
- - Transformers 4.45.2
77
- - Pytorch 2.5.1+cu121
78
- - Datasets 3.1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  - Tokenizers 0.20.3
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-1.5B-Instruct
5
+ tags:
6
+ - generated_from_trainer
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
+ model-index:
22
+ - name: qwen_lora
23
+ results: []
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # qwen_lora
30
+
31
+ This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) on an unknown dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.0622
34
+ - Mse: 0.0622
35
+ - Mae: 0.1968
36
+ - R Squared: 0.3060
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 0.0001
56
+ - train_batch_size: 128
57
+ - eval_batch_size: 128
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: cosine
61
+ - lr_scheduler_warmup_ratio: 0.01
62
+ - num_epochs: 5
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Mse | Mae | R Squared |
68
+ |:-------------:|:------:|:----:|:---------------:|:------:|:------:|:---------:|
69
+ | 0.0875 | 0.3115 | 100 | 0.0854 | 0.0854 | 0.2351 | 0.0471 |
70
+ | 0.0786 | 0.6231 | 200 | 0.0741 | 0.0741 | 0.2186 | 0.1735 |
71
+ | 0.0709 | 0.9346 | 300 | 0.0716 | 0.0716 | 0.2193 | 0.2018 |
72
+ | 0.0675 | 1.2461 | 400 | 0.0735 | 0.0735 | 0.2106 | 0.1803 |
73
+ | 0.0681 | 1.5576 | 500 | 0.0710 | 0.0710 | 0.2076 | 0.2081 |
74
+ | 0.0627 | 1.8692 | 600 | 0.0675 | 0.0675 | 0.2059 | 0.2468 |
75
+ | 0.0628 | 2.1807 | 700 | 0.0657 | 0.0657 | 0.2031 | 0.2677 |
76
+ | 0.0591 | 2.4922 | 800 | 0.0646 | 0.0646 | 0.2033 | 0.2799 |
77
+ | 0.06 | 2.8037 | 900 | 0.0660 | 0.0660 | 0.2007 | 0.2638 |
78
+ | 0.0553 | 3.1153 | 1000 | 0.0633 | 0.0633 | 0.2012 | 0.2944 |
79
+ | 0.0612 | 3.4268 | 1100 | 0.0654 | 0.0654 | 0.2078 | 0.2711 |
80
+ | 0.0542 | 3.7383 | 1200 | 0.0627 | 0.0627 | 0.1987 | 0.3009 |
81
+ | 0.0529 | 4.0498 | 1300 | 0.0623 | 0.0623 | 0.1970 | 0.3049 |
82
+ | 0.0546 | 4.3614 | 1400 | 0.0624 | 0.0624 | 0.1962 | 0.3044 |
83
+ | 0.0535 | 4.6729 | 1500 | 0.0623 | 0.0623 | 0.1972 | 0.3055 |
84
+ | 0.0536 | 4.9844 | 1600 | 0.0622 | 0.0622 | 0.1968 | 0.3060 |
85
+
86
+
87
+ ### Framework versions
88
+
89
+ - PEFT 0.13.2
90
+ - Transformers 4.45.2
91
+ - Pytorch 2.5.1+cu121
92
+ - Datasets 3.1.0
93
  - Tokenizers 0.20.3