ZefanW commited on
Commit
a1fd88a
·
verified ·
1 Parent(s): 2945519

Model save

Browse files
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - trl
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: simpo-baseline-1e-7
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # simpo-baseline-1e-7
15
+
16
+ This model was trained from scratch on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.4908
19
+ - Rewards/chosen: -1.2930
20
+ - Rewards/rejected: -1.6583
21
+ - Rewards/accuracies: 0.6008
22
+ - Rewards/margins: 0.3653
23
+ - Logps/rejected: -0.6633
24
+ - Logps/chosen: -0.5172
25
+ - Logits/rejected: -1.2294
26
+ - Logits/chosen: -1.2648
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: 1e-06
46
+ - train_batch_size: 2
47
+ - eval_batch_size: 4
48
+ - seed: 42
49
+ - distributed_type: multi-GPU
50
+ - num_devices: 8
51
+ - gradient_accumulation_steps: 8
52
+ - total_train_batch_size: 128
53
+ - total_eval_batch_size: 32
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: cosine
56
+ - lr_scheduler_warmup_ratio: 0.1
57
+ - num_epochs: 1
58
+
59
+ ### Training results
60
+
61
+ | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
62
+ |:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
63
+ | 1.502 | 0.9981 | 467 | 1.4908 | -1.2930 | -1.6583 | 0.6008 | 0.3653 | -0.6633 | -0.5172 | -1.2294 | -1.2648 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.44.2
69
+ - Pytorch 2.5.1+cu124
70
+ - Datasets 3.2.0
71
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9981298423724285,
3
+ "total_flos": 0.0,
4
+ "train_loss": 1.540159606576221,
5
+ "train_runtime": 15000.5444,
6
+ "train_samples": 59876,
7
+ "train_samples_per_second": 3.992,
8
+ "train_steps_per_second": 0.031
9
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128009
7
+ ],
8
+ "max_length": 4096,
9
+ "temperature": 0.6,
10
+ "top_p": 0.9,
11
+ "transformers_version": "4.44.2"
12
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9981298423724285,
3
+ "total_flos": 0.0,
4
+ "train_loss": 1.540159606576221,
5
+ "train_runtime": 15000.5444,
6
+ "train_samples": 59876,
7
+ "train_samples_per_second": 3.992,
8
+ "train_steps_per_second": 0.031
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff