just1nseo commited on
Commit
f06cb12
1 Parent(s): 59321ce

Model save

Browse files
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - dpo
7
+ - generated_from_trainer
8
+ base_model: openbmb/Eurus-7b-sft
9
+ model-index:
10
+ - name: eurus-7b-cost-UI-5e-7
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
+ # eurus-7b-cost-UI-5e-7
18
+
19
+ This model is a fine-tuned version of [openbmb/Eurus-7b-sft](https://huggingface.co/openbmb/Eurus-7b-sft) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6940
22
+ - Rewards/chosen: -0.7885
23
+ - Rewards/rejected: -0.8474
24
+ - Rewards/accuracies: 0.5380
25
+ - Rewards/margins: 0.0589
26
+ - Rewards/margins Max: 0.7289
27
+ - Rewards/margins Min: -0.5646
28
+ - Rewards/margins Std: 0.4226
29
+ - Logps/rejected: -347.4267
30
+ - Logps/chosen: -352.6256
31
+ - Logits/rejected: -2.1189
32
+ - Logits/chosen: -2.2153
33
+
34
+ ## Model description
35
+
36
+ More information needed
37
+
38
+ ## Intended uses & limitations
39
+
40
+ More information needed
41
+
42
+ ## Training and evaluation data
43
+
44
+ More information needed
45
+
46
+ ## Training procedure
47
+
48
+ ### Training hyperparameters
49
+
50
+ The following hyperparameters were used during training:
51
+ - learning_rate: 5e-07
52
+ - train_batch_size: 2
53
+ - eval_batch_size: 8
54
+ - seed: 42
55
+ - distributed_type: multi-GPU
56
+ - num_devices: 2
57
+ - gradient_accumulation_steps: 4
58
+ - total_train_batch_size: 16
59
+ - total_eval_batch_size: 16
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: cosine
62
+ - lr_scheduler_warmup_ratio: 0.1
63
+ - num_epochs: 1
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Rewards/margins Max | Rewards/margins Min | Rewards/margins Std | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
68
+ |:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:-------------------:|:-------------------:|:-------------------:|:--------------:|:------------:|:---------------:|:-------------:|
69
+ | 0.1653 | 1.0 | 1648 | 0.6940 | -0.7885 | -0.8474 | 0.5380 | 0.0589 | 0.7289 | -0.5646 | 0.4226 | -347.4267 | -352.6256 | -2.1189 | -2.2153 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - PEFT 0.7.1
75
+ - Transformers 4.39.0.dev0
76
+ - Pytorch 2.1.2+cu121
77
+ - Datasets 2.14.6
78
+ - Tokenizers 0.15.2
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7b88e47badb6f85e9157d81bb8c4ea7cef8fa333caf3e9c366b333b793b4830
3
  size 671150064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1844f16410cbd1bb1b246ea539f091da3e04967975c78a9603940333ac13fa6f
3
  size 671150064
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 0.33046212517520757,
4
+ "train_runtime": 17297.4072,
5
+ "train_samples": 26378,
6
+ "train_samples_per_second": 1.525,
7
+ "train_steps_per_second": 0.095
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 0.33046212517520757,
4
+ "train_runtime": 17297.4072,
5
+ "train_samples": 26378,
6
+ "train_samples_per_second": 1.525,
7
+ "train_steps_per_second": 0.095
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff