just1nseo commited on
Commit
9d46a62
1 Parent(s): cd55a9b

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-UC-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-UC-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.7012
22
+ - Rewards/chosen: -0.8455
23
+ - Rewards/rejected: -0.9219
24
+ - Rewards/accuracies: 0.5507
25
+ - Rewards/margins: 0.0764
26
+ - Rewards/margins Max: 0.9500
27
+ - Rewards/margins Min: -0.7111
28
+ - Rewards/margins Std: 0.5453
29
+ - Logps/rejected: -358.1681
30
+ - Logps/chosen: -363.9157
31
+ - Logits/rejected: -2.1126
32
+ - Logits/chosen: -2.2173
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.296 | 1.0 | 2616 | 0.7012 | -0.8455 | -0.9219 | 0.5507 | 0.0764 | 0.9500 | -0.7111 | 0.5453 | -358.1681 | -363.9157 | -2.1126 | -2.2173 |
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:9f2929b37a7ab70a3f0ef59221f9969d24e6ae2c131f8e3a133f4769b20ab996
3
  size 671150064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9a4b395e5051c5f1c8e2137793e0c2f54d9a021600adb1b744955b299362824
3
  size 671150064
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 0.39473982852533324,
4
+ "train_runtime": 26215.8871,
5
+ "train_samples": 41864,
6
+ "train_samples_per_second": 1.597,
7
+ "train_steps_per_second": 0.1
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 0.39473982852533324,
4
+ "train_runtime": 26215.8871,
5
+ "train_samples": 41864,
6
+ "train_samples_per_second": 1.597,
7
+ "train_steps_per_second": 0.1
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff