jazzson commited on
Commit
70c19bd
1 Parent(s): c18236c

End of training

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-finetune-gemma-2-chinese-kyara-11
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-finetune-gemma-2-chinese-kyara-11
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.3230
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: 3
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:------:|:----:|:---------------:|
52
+ | 2.8863 | 0.3552 | 100 | 2.5712 |
53
+ | 2.3945 | 0.7105 | 200 | 2.4416 |
54
+ | 2.3393 | 1.0657 | 300 | 2.3884 |
55
+ | 2.2027 | 1.4210 | 400 | 2.3560 |
56
+ | 2.166 | 1.7762 | 500 | 2.3378 |
57
+ | 2.1028 | 2.1314 | 600 | 2.3358 |
58
+ | 2.0567 | 2.4867 | 700 | 2.3258 |
59
+ | 2.0447 | 2.8419 | 800 | 2.3230 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - PEFT 0.13.2
65
+ - Transformers 4.45.1
66
+ - Pytorch 2.5.0+cu121
67
+ - Datasets 3.1.0
68
+ - Tokenizers 0.20.3