sedrickkeh commited on
Commit
860f585
·
verified ·
1 Parent(s): 863ff76

Model save

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. generation_config.json +14 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bespokelabs/Bespoke-Stratos-7B
5
+ tags:
6
+ - trl
7
+ - dpo
8
+ - llama-factory
9
+ - generated_from_trainer
10
+ model-index:
11
+ - name: dpo_from_multiple_samples_shortest_numina_aime
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # dpo_from_multiple_samples_shortest_numina_aime
19
+
20
+ This model is a fine-tuned version of [bespokelabs/Bespoke-Stratos-7B](https://huggingface.co/bespokelabs/Bespoke-Stratos-7B) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 4.5934
23
+ - Rewards/chosen: -7.6229
24
+ - Rewards/rejected: -8.1168
25
+ - Rewards/accuracies: 0.5859
26
+ - Rewards/margins: 0.4940
27
+ - Logps/chosen: -0.7623
28
+ - Logps/rejected: -0.8117
29
+ - Logits/chosen: -0.6184
30
+ - Logits/rejected: -0.4483
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 8e-07
50
+ - train_batch_size: 1
51
+ - eval_batch_size: 1
52
+ - seed: 42
53
+ - distributed_type: multi-GPU
54
+ - num_devices: 32
55
+ - gradient_accumulation_steps: 4
56
+ - total_train_batch_size: 128
57
+ - total_eval_batch_size: 32
58
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
59
+ - lr_scheduler_type: cosine
60
+ - lr_scheduler_warmup_ratio: 0.1
61
+ - num_epochs: 1.0
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/chosen | Logps/rejected | Logits/chosen | Logits/rejected |
66
+ |:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:------------:|:--------------:|:-------------:|:---------------:|
67
+ | 4.3711 | 0.96 | 18 | 4.5934 | -7.6229 | -8.1168 | 0.5859 | 0.4940 | -0.7623 | -0.8117 | -0.6184 | -0.4483 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.46.1
73
+ - Pytorch 2.3.0
74
+ - Datasets 3.1.0
75
+ - Tokenizers 0.20.3
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.05,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.8,
13
+ "transformers_version": "4.46.1"
14
+ }