Hazde lbourdois commited on
Commit
cbef989
·
verified ·
1 Parent(s): 0acdc70

Improve language tag (#1)

Browse files

- Improve language tag (d2ad81c1ad0c4f4c4aa4f7d704a9636d97ae5e72)


Co-authored-by: Loïck BOURDOIS <[email protected]>

Files changed (1) hide show
  1. README.md +64 -50
README.md CHANGED
@@ -4,58 +4,72 @@ license: apache-2.0
4
  base_model: Qwen/Qwen2.5-0.5B-Instruct
5
  tags:
6
  - generated_from_trainer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  model-index:
8
  - name: careerbot_PG6_Qwen_Qwen2.5-0.5B-Instruct_model_LoRA_3
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
- # careerbot_PG6_Qwen_Qwen2.5-0.5B-Instruct_model_LoRA_3
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 the None dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 3.0107
20
-
21
- ## Model description
22
-
23
- More information needed
24
-
25
- ## Intended uses & limitations
26
-
27
- More information needed
28
-
29
- ## Training and evaluation data
30
-
31
- More information needed
32
-
33
- ## Training procedure
34
-
35
- ### Training hyperparameters
36
-
37
- The following hyperparameters were used during training:
38
- - learning_rate: 3e-05
39
- - train_batch_size: 16
40
- - eval_batch_size: 16
41
- - seed: 42
42
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
- - lr_scheduler_type: linear
44
- - lr_scheduler_warmup_steps: 800
45
- - num_epochs: 1
46
- - mixed_precision_training: Native AMP
47
-
48
- ### Training results
49
-
50
- | Training Loss | Epoch | Step | Validation Loss |
51
- |:-------------:|:-----:|:----:|:---------------:|
52
- | 4.234 | 1.0 | 674 | 3.0107 |
53
-
54
-
55
- ### Framework versions
56
-
57
- - PEFT 0.13.2
58
- - Transformers 4.46.1
59
- - Pytorch 2.5.0+cu124
60
- - Datasets 2.19.0
61
  - Tokenizers 0.20.1
 
4
  base_model: Qwen/Qwen2.5-0.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: careerbot_PG6_Qwen_Qwen2.5-0.5B-Instruct_model_LoRA_3
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
+ # careerbot_PG6_Qwen_Qwen2.5-0.5B-Instruct_model_LoRA_3
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 the None dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 3.0107
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 3e-05
53
+ - train_batch_size: 16
54
+ - eval_batch_size: 16
55
+ - seed: 42
56
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
57
+ - lr_scheduler_type: linear
58
+ - lr_scheduler_warmup_steps: 800
59
+ - num_epochs: 1
60
+ - mixed_precision_training: Native AMP
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss |
65
+ |:-------------:|:-----:|:----:|:---------------:|
66
+ | 4.234 | 1.0 | 674 | 3.0107 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - PEFT 0.13.2
72
+ - Transformers 4.46.1
73
+ - Pytorch 2.5.0+cu124
74
+ - Datasets 2.19.0
75
  - Tokenizers 0.20.1