beamaia commited on
Commit
f91be3b
1 Parent(s): be0f5e6

Model save

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - trl
5
+ - kto
6
+ - generated_from_trainer
7
+ base_model: HuggingFaceH4/zephyr-7b-beta
8
+ model-index:
9
+ - name: WeniGPT-Agents-Zephyr-1.0.23-KTO
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # WeniGPT-Agents-Zephyr-1.0.23-KTO
17
+
18
+ This model is a fine-tuned version of [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5
21
+ - Rewards/chosen: -253.6596
22
+ - Rewards/rejected: -211.2579
23
+ - Rewards/margins: -42.4016
24
+ - Kl: 0.0
25
+ - Logps/chosen: -2820.3469
26
+ - Logps/rejected: -2352.2148
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 0.0002
46
+ - train_batch_size: 4
47
+ - eval_batch_size: 4
48
+ - seed: 42
49
+ - gradient_accumulation_steps: 4
50
+ - total_train_batch_size: 16
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_ratio: 0.03
54
+ - training_steps: 147
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/margins | Kl | Logps/chosen | Logps/rejected |
60
+ |:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:---------------:|:---:|:------------:|:--------------:|
61
+ | 0.6222 | 0.32 | 50 | 0.5 | -253.6881 | -211.3268 | -42.3612 | 0.0 | -2820.6318 | -2352.9041 |
62
+ | 0.6529 | 0.65 | 100 | 0.5 | -253.6596 | -211.2579 | -42.4016 | 0.0 | -2820.3469 | -2352.2148 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - PEFT 0.10.0
68
+ - Transformers 4.38.2
69
+ - Pytorch 2.1.0+cu118
70
+ - Datasets 2.18.0
71
+ - Tokenizers 0.15.2