cy948 commited on
Commit
3f4d217
1 Parent(s): 72c5bbe

End of training

Browse files
Files changed (1) hide show
  1. README.md +73 -12
README.md CHANGED
@@ -1,15 +1,76 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - cy948/ksdoc-airscript
5
- language:
6
- - zh
7
- metrics:
8
- - accuracy
9
- base_model:
10
- - Qwen/Qwen2.5-Coder-1.5B-Instruct
11
- pipeline_tag: text-generation
12
  library_name: peft
 
 
13
  tags:
14
- - code
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-Coder-1.5B-Instruct
5
  tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: Qwen2.5-Coder-1.5B-Instruct-Airscript
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-Coder-1.5B-Instruct-Airscript
16
+
17
+ This model is a fine-tuned version of [Qwen/Qwen2.5-Coder-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-1.5B-Instruct) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.2188
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: 0.0005
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 16
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 30
47
+ - training_steps: 1599
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 1.9398 | 0.0625 | 100 | 1.9159 |
54
+ | 1.6308 | 0.1251 | 200 | 1.6287 |
55
+ | 1.4895 | 0.1876 | 300 | 1.4939 |
56
+ | 1.3812 | 0.2502 | 400 | 1.4127 |
57
+ | 1.316 | 0.3127 | 500 | 1.3550 |
58
+ | 1.2703 | 0.3752 | 600 | 1.3150 |
59
+ | 1.2175 | 0.4378 | 700 | 1.2849 |
60
+ | 1.1885 | 0.5003 | 800 | 1.2648 |
61
+ | 1.1624 | 0.5629 | 900 | 1.2497 |
62
+ | 1.143 | 0.6254 | 1000 | 1.2400 |
63
+ | 1.1334 | 0.6879 | 1100 | 1.2319 |
64
+ | 1.1118 | 0.7505 | 1200 | 1.2259 |
65
+ | 1.1102 | 0.8130 | 1300 | 1.2215 |
66
+ | 1.1017 | 0.8755 | 1400 | 1.2197 |
67
+ | 1.1066 | 0.9381 | 1500 | 1.2188 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - PEFT 0.13.2
73
+ - Transformers 4.45.2
74
+ - Pytorch 2.5.0
75
+ - Datasets 3.0.1
76
+ - Tokenizers 0.20.1