Sunshine279 commited on
Commit
1aa0ee6
·
verified ·
1 Parent(s): fe0ff8f

上传 README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Sunshine279/gammaPO-mistral-7b-instruct-v0.2
3
+ tags:
4
+ - alignment-handbook
5
+ - generated_from_trainer
6
+ datasets:
7
+ - princeton-nlp/mistral-instruct-ultrafeedback
8
+ model-index:
9
+ - name: Sunshine279/gammaPO-mistral-7b-instruct-v0.2
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](None)
17
+ # mistral-7b-it-gmsimpo-beta2.5-gm0.15-tau10-lr6e-7
18
+
19
+ This model is a fine-tuned version of [Sunshine279/gammaPO-mistral-7b-instruct-v0.2](https://huggingface.co/Sunshine279/gammaPO-mistral-7b-instruct-v0.2) on the princeton-nlp/mistral-instruct-ultrafeedback dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.8477
22
+ - Rewards/chosen: -2.2162
23
+ - Rewards/rejected: -2.4466
24
+ - Rewards/accuracies: 0.6197
25
+ - Rewards/margins: 0.2304
26
+ - Logps/rejected: -0.9786
27
+ - Logps/chosen: -0.8865
28
+ - Logits/rejected: -2.7504
29
+ - Logits/chosen: -2.7538
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 6e-07
49
+ - train_batch_size: 2
50
+ - eval_batch_size: 4
51
+ - seed: 42
52
+ - distributed_type: multi-GPU
53
+ - num_devices: 4
54
+ - gradient_accumulation_steps: 16
55
+ - total_train_batch_size: 128
56
+ - total_eval_batch_size: 16
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: cosine
59
+ - lr_scheduler_warmup_ratio: 0.1
60
+ - num_epochs: 1
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
65
+ |:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
66
+ | 0.7922 | 0.8573 | 400 | 0.8477 | -2.2162 | -2.4466 | 0.6197 | 0.2304 | -0.9786 | -0.8865 | -2.7504 | -2.7538 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.42.4
72
+ - Pytorch 2.3.0+cu121
73
+ - Datasets 2.20.0
74
+ - Tokenizers 0.19.1