lole25 commited on
Commit
4af4ad4
·
verified ·
1 Parent(s): 3fc1d55

Model save

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - dpo
7
+ - generated_from_trainer
8
+ base_model: mistralai/Mistral-7B-v0.1
9
+ model-index:
10
+ - name: zephyr-7b-gpo-v1-i0
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # zephyr-7b-gpo-v1-i0
18
+
19
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Logits/chosen: -1.9105
22
+ - Logits/rejected: -1.7279
23
+ - Logps/chosen: -271.5140
24
+ - Logps/rejected: -255.4308
25
+ - Loss: 0.0328
26
+ - Rewards/accuracies: 0.6240
27
+ - Rewards/chosen: -0.0807
28
+ - Rewards/margins: 0.0903
29
+ - Rewards/rejected: -0.1710
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 5e-06
49
+ - train_batch_size: 2
50
+ - eval_batch_size: 2
51
+ - seed: 42
52
+ - distributed_type: multi-GPU
53
+ - num_devices: 2
54
+ - gradient_accumulation_steps: 2
55
+ - total_train_batch_size: 8
56
+ - total_eval_batch_size: 4
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: cosine
59
+ - lr_scheduler_warmup_ratio: 0.1
60
+ - num_epochs: 0.5
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Logits/chosen | Logits/rejected | Logps/chosen | Logps/rejected | Validation Loss | Rewards/accuracies | Rewards/chosen | Rewards/margins | Rewards/rejected |
65
+ |:-------------:|:-----:|:----:|:-------------:|:---------------:|:------------:|:--------------:|:---------------:|:------------------:|:--------------:|:---------------:|:----------------:|
66
+ | 0.0266 | 0.01 | 100 | -1.9105 | -1.7279 | -271.5140 | -255.4308 | 0.0328 | 0.6240 | -0.0807 | 0.0903 | -0.1710 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - PEFT 0.7.1
72
+ - Transformers 4.36.2
73
+ - Pytorch 2.1.2+cu121
74
+ - Datasets 2.14.6
75
+ - Tokenizers 0.15.2
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b26d6c9741725838aee5b4d160af22c82de7a44c21766e9185c9999e580c5c8
3
  size 671150064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8832ec1afdad7ee8d1ec8eff22aa17bd3338ce709aa1a5da883c15efb41f18bd
3
  size 671150064
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.5,
3
+ "train_loss": 0.019872910955136467,
4
+ "train_runtime": 29928.2049,
5
+ "train_samples": 61135,
6
+ "train_samples_per_second": 1.021,
7
+ "train_steps_per_second": 0.128
8
+ }
runs/May05_09-33-57_gpu4-119-5/events.out.tfevents.1714865959.gpu4-119-5.1482477.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b697eb6f4fc19b570155a65f56ab37d487745bcf38f57de6a320bae1c43ccf37
3
- size 239113
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21ac7d75b2463a632ce84d2ecc624a1f28c2caacd967088075ed18c4a34e42d5
3
+ size 240735
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.5,
3
+ "train_loss": 0.019872910955136467,
4
+ "train_runtime": 29928.2049,
5
+ "train_samples": 61135,
6
+ "train_samples_per_second": 1.021,
7
+ "train_steps_per_second": 0.128
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff