lbourdois commited on
Commit
f9aff71
·
verified ·
1 Parent(s): 8532eac

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 +59 -45
README.md CHANGED
@@ -4,53 +4,67 @@ library_name: peft
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  model-index:
8
  - name: Qwen2.5-0.5B-Instruct-lora-chatbot-lora-chatbot
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
- # Qwen2.5-0.5B-Instruct-lora-chatbot-lora-chatbot
16
-
17
- 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.
18
-
19
- ## Model description
20
-
21
- More information needed
22
-
23
- ## Intended uses & limitations
24
-
25
- More information needed
26
-
27
- ## Training and evaluation data
28
-
29
- More information needed
30
-
31
- ## Training procedure
32
-
33
- ### Training hyperparameters
34
-
35
- The following hyperparameters were used during training:
36
- - learning_rate: 0.0001
37
- - train_batch_size: 4
38
- - eval_batch_size: 8
39
- - seed: 42
40
- - gradient_accumulation_steps: 4
41
- - total_train_batch_size: 16
42
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
- - lr_scheduler_type: linear
44
- - num_epochs: 3
45
-
46
- ### Training results
47
-
48
-
49
-
50
- ### Framework versions
51
-
52
- - PEFT 0.13.0
53
- - Transformers 4.45.1
54
- - Pytorch 2.4.1+cpu
55
- - Datasets 3.0.1
56
  - Tokenizers 0.20.0
 
4
  license: apache-2.0
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: Qwen2.5-0.5B-Instruct-lora-chatbot-lora-chatbot
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
+ # Qwen2.5-0.5B-Instruct-lora-chatbot-lora-chatbot
30
+
31
+ 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.
32
+
33
+ ## Model description
34
+
35
+ More information needed
36
+
37
+ ## Intended uses & limitations
38
+
39
+ More information needed
40
+
41
+ ## Training and evaluation data
42
+
43
+ More information needed
44
+
45
+ ## Training procedure
46
+
47
+ ### Training hyperparameters
48
+
49
+ The following hyperparameters were used during training:
50
+ - learning_rate: 0.0001
51
+ - train_batch_size: 4
52
+ - eval_batch_size: 8
53
+ - seed: 42
54
+ - gradient_accumulation_steps: 4
55
+ - total_train_batch_size: 16
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - num_epochs: 3
59
+
60
+ ### Training results
61
+
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - PEFT 0.13.0
67
+ - Transformers 4.45.1
68
+ - Pytorch 2.4.1+cpu
69
+ - Datasets 3.0.1
70
  - Tokenizers 0.20.0