Improve language tag
Browse filesHi! 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.
README.md
CHANGED
@@ -1,82 +1,93 @@
|
|
1 |
-
---
|
2 |
-
library_name: transformers
|
3 |
-
license: apache-2.0
|
4 |
-
base_model: Qwen/Qwen2.5-32B-Instruct
|
5 |
-
tags:
|
6 |
-
- alignment-handbook
|
7 |
-
- trl
|
8 |
-
- dpo
|
9 |
-
- generated_from_trainer
|
10 |
-
|
11 |
-
-
|
12 |
-
|
13 |
-
|
14 |
-
-
|
15 |
-
|
16 |
-
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
-
|
66 |
-
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: Qwen/Qwen2.5-32B-Instruct
|
5 |
+
tags:
|
6 |
+
- alignment-handbook
|
7 |
+
- trl
|
8 |
+
- dpo
|
9 |
+
- generated_from_trainer
|
10 |
+
datasets:
|
11 |
+
- tanliboy/orca_dpo_pairs
|
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: lambda-qwen2.5-32b-dpo-test
|
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 |
+
# lambda-qwen2.5-32b-dpo-test
|
35 |
+
|
36 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) on the tanliboy/orca_dpo_pairs dataset.
|
37 |
+
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.0003
|
39 |
+
- Rewards/chosen: -10.1618
|
40 |
+
- Rewards/rejected: -26.1150
|
41 |
+
- Rewards/accuracies: 1.0
|
42 |
+
- Rewards/margins: 15.9532
|
43 |
+
- Logps/rejected: -3049.5271
|
44 |
+
- Logps/chosen: -1372.8903
|
45 |
+
- Logits/rejected: -0.3154
|
46 |
+
- Logits/chosen: -0.0600
|
47 |
+
|
48 |
+
## Model description
|
49 |
+
|
50 |
+
More information needed
|
51 |
+
|
52 |
+
## Intended uses & limitations
|
53 |
+
|
54 |
+
More information needed
|
55 |
+
|
56 |
+
## Training and evaluation data
|
57 |
+
|
58 |
+
More information needed
|
59 |
+
|
60 |
+
## Training procedure
|
61 |
+
|
62 |
+
### Training hyperparameters
|
63 |
+
|
64 |
+
The following hyperparameters were used during training:
|
65 |
+
- learning_rate: 5e-07
|
66 |
+
- train_batch_size: 2
|
67 |
+
- eval_batch_size: 2
|
68 |
+
- seed: 42
|
69 |
+
- distributed_type: multi-GPU
|
70 |
+
- num_devices: 8
|
71 |
+
- gradient_accumulation_steps: 2
|
72 |
+
- total_train_batch_size: 32
|
73 |
+
- total_eval_batch_size: 16
|
74 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
+
- lr_scheduler_type: cosine
|
76 |
+
- lr_scheduler_warmup_ratio: 0.1
|
77 |
+
- num_epochs: 1
|
78 |
+
|
79 |
+
### Training results
|
80 |
+
|
81 |
+
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
|
82 |
+
|:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
|
83 |
+
| 0.0103 | 0.2618 | 100 | 0.0060 | -8.5159 | -18.7731 | 1.0 | 10.2572 | -2315.3333 | -1208.2968 | -0.5485 | -0.2481 |
|
84 |
+
| 0.0005 | 0.5236 | 200 | 0.0005 | -9.9255 | -24.9117 | 1.0 | 14.9862 | -2929.1948 | -1349.2588 | -0.3723 | -0.0661 |
|
85 |
+
| 0.0005 | 0.7853 | 300 | 0.0004 | -10.0873 | -25.9319 | 1.0 | 15.8446 | -3031.2175 | -1365.4342 | -0.2882 | -0.0014 |
|
86 |
+
|
87 |
+
|
88 |
+
### Framework versions
|
89 |
+
|
90 |
+
- Transformers 4.44.2
|
91 |
+
- Pytorch 2.4.0+cu121
|
92 |
+
- Datasets 2.19.1
|
93 |
+
- Tokenizers 0.19.1
|