sedrickkeh commited on
Commit
580698d
·
verified ·
1 Parent(s): 2b60293

Model save

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. generation_config.json +9 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: llama3.1
4
+ base_model: mlfoundations-dev/evol_tt_5s
5
+ tags:
6
+ - trl
7
+ - dpo
8
+ - llama-factory
9
+ - generated_from_trainer
10
+ model-index:
11
+ - name: simpo-evol_tt_5s
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
+ # simpo-evol_tt_5s
19
+
20
+ This model is a fine-tuned version of [mlfoundations-dev/evol_tt_5s](https://huggingface.co/mlfoundations-dev/evol_tt_5s) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 2.4559
23
+ - Rewards/chosen: -44.7747
24
+ - Rewards/rejected: -52.1235
25
+ - Rewards/accuracies: 0.8001
26
+ - Rewards/margins: 7.3488
27
+ - Logps/chosen: -4.4775
28
+ - Logps/rejected: -5.2123
29
+ - Logits/chosen: -0.9505
30
+ - Logits/rejected: -0.9573
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: 2
51
+ - eval_batch_size: 2
52
+ - seed: 42
53
+ - distributed_type: multi-GPU
54
+ - num_devices: 8
55
+ - gradient_accumulation_steps: 8
56
+ - total_train_batch_size: 128
57
+ - total_eval_batch_size: 16
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
+ | 2.838 | 0.9997 | 442 | 2.4559 | -44.7747 | -52.1235 | 0.8001 | 7.3488 | -4.4775 | -5.2123 | -0.9505 | -0.9573 |
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,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "do_sample": true,
5
+ "eos_token_id": 128001,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
8
+ "transformers_version": "4.46.1"
9
+ }