lbourdois commited on
Commit
651c651
·
verified ·
1 Parent(s): 7f9640c

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 +65 -51
README.md CHANGED
@@ -1,51 +1,65 @@
1
- ---
2
- license: apache-2.0
3
- base_model: Qwen/Qwen2.5-0.5B-Instruct
4
- tags:
5
- - generated_from_trainer
6
- model-index:
7
- - name: robust_llm_r2d2_tom-debug_Qwen2.5-0.5B-Instruct_full
8
- results: []
9
- ---
10
-
11
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
- should probably proofread and complete it, then remove this comment. -->
13
-
14
- # robust_llm_r2d2_tom-debug_Qwen2.5-0.5B-Instruct_full
15
-
16
- This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) on an unknown dataset.
17
-
18
- ## Model description
19
-
20
- More information needed
21
-
22
- ## Intended uses & limitations
23
-
24
- More information needed
25
-
26
- ## Training and evaluation data
27
-
28
- More information needed
29
-
30
- ## Training procedure
31
-
32
- ### Training hyperparameters
33
-
34
- The following hyperparameters were used during training:
35
- - learning_rate: 2e-05
36
- - train_batch_size: 8
37
- - eval_batch_size: 16
38
- - seed: 42
39
- - distributed_type: multi-GPU
40
- - gradient_accumulation_steps: 4
41
- - total_train_batch_size: 32
42
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
- - lr_scheduler_type: cosine
44
- - num_epochs: 1
45
-
46
- ### Framework versions
47
-
48
- - Transformers 4.37.2
49
- - Pytorch 2.1.0+cu118
50
- - Datasets 2.14.6
51
- - Tokenizers 0.15.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Qwen/Qwen2.5-0.5B-Instruct
4
+ tags:
5
+ - generated_from_trainer
6
+ language:
7
+ - zho
8
+ - eng
9
+ - fra
10
+ - spa
11
+ - por
12
+ - deu
13
+ - ita
14
+ - rus
15
+ - jpn
16
+ - kor
17
+ - vie
18
+ - tha
19
+ - ara
20
+ model-index:
21
+ - name: robust_llm_r2d2_tom-debug_Qwen2.5-0.5B-Instruct_full
22
+ results: []
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
27
+
28
+ # robust_llm_r2d2_tom-debug_Qwen2.5-0.5B-Instruct_full
29
+
30
+ This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) on an unknown dataset.
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 2e-05
50
+ - train_batch_size: 8
51
+ - eval_batch_size: 16
52
+ - seed: 42
53
+ - distributed_type: multi-GPU
54
+ - gradient_accumulation_steps: 4
55
+ - total_train_batch_size: 32
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: cosine
58
+ - num_epochs: 1
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.37.2
63
+ - Pytorch 2.1.0+cu118
64
+ - Datasets 2.14.6
65
+ - Tokenizers 0.15.2