jazzson commited on
Commit
430f79d
1 Parent(s): ea7f248

End of training

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: zake7749/gemma-2-2b-it-chinese-kyara-dpo
3
+ library_name: peft
4
+ license: gemma
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: adl-hw3-gemma-ch-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
+ # adl-hw3-gemma-ch-3
16
+
17
+ This model is a fine-tuned version of [zake7749/gemma-2-2b-it-chinese-kyara-dpo](https://huggingface.co/zake7749/gemma-2-2b-it-chinese-kyara-dpo) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.1913
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: 8
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 16
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 6
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 2.7575 | 0.64 | 200 | 2.3437 |
53
+ | 2.3471 | 1.28 | 400 | 2.2306 |
54
+ | 2.2045 | 1.92 | 600 | 2.1801 |
55
+ | 2.1141 | 2.56 | 800 | 2.1636 |
56
+ | 2.0208 | 3.2 | 1000 | 2.1566 |
57
+ | 1.9529 | 3.84 | 1200 | 2.1489 |
58
+ | 1.8748 | 4.48 | 1400 | 2.1775 |
59
+ | 1.8402 | 5.12 | 1600 | 2.1840 |
60
+ | 1.7656 | 5.76 | 1800 | 2.1913 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - PEFT 0.13.2
66
+ - Transformers 4.45.1
67
+ - Pytorch 2.5.0+cu121
68
+ - Datasets 3.1.0
69
+ - Tokenizers 0.20.3