kyryl-opens-ml commited on
Commit
2361139
1 Parent(s): d3dd077

Model save

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - dpo
7
+ - generated_from_trainer
8
+ base_model: cognitivecomputations/dolphin-2.1-mistral-7b
9
+ model-index:
10
+ - name: doplhin-dpo-1-epoch
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
+ # doplhin-dpo-1-epoch
18
+
19
+ This model is a fine-tuned version of [cognitivecomputations/dolphin-2.1-mistral-7b](https://huggingface.co/cognitivecomputations/dolphin-2.1-mistral-7b) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6046
22
+ - Rewards/chosen: -6.6173
23
+ - Rewards/rejected: -10.5237
24
+ - Rewards/accuracies: 0.7880
25
+ - Rewards/margins: 3.9064
26
+ - Logps/rejected: -431.3049
27
+ - Logps/chosen: -422.0936
28
+ - Logits/rejected: -2.5993
29
+ - Logits/chosen: -2.6739
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: 5e-05
49
+ - train_batch_size: 2
50
+ - eval_batch_size: 2
51
+ - seed: 42
52
+ - gradient_accumulation_steps: 4
53
+ - total_train_batch_size: 8
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: 0.9
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
+ | 0.5544 | 0.62 | 700 | 0.6046 | -6.6173 | -10.5237 | 0.7880 | 3.9064 | -431.3049 | -422.0936 | -2.5993 | -2.6739 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.8.2
69
+ - Transformers 4.37.2
70
+ - Pytorch 2.1.0+cu118
71
+ - Datasets 2.16.1
72
+ - Tokenizers 0.15.2
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1eaf0c4e2d8a3ef993cc3f6307a6d14d4f572ba9d082ef762ec16b7b6519c6d
3
  size 1342239008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:297247efcd0be9ce7ba74c564eb99363e11d7cbfa55abbbcc7b122497a13937b
3
  size 1342239008
all_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9,
3
+ "train_loss": 0.6329894475381442,
4
+ "train_runtime": 9425.2023,
5
+ "train_samples_per_second": 0.859,
6
+ "train_steps_per_second": 0.107
7
+ }
runs/Jun11_00-17-23_modal/events.out.tfevents.1718065092.modal.2.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6decbb5b161bf636cd153a6e023f23ba93066582787d8cba8b9ca3194521292
3
- size 30807
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d01943c38496ef4e7335fd3778cfc7f4bd6354884f477e6960ec6caae15d0753
3
+ size 31161
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9,
3
+ "train_loss": 0.6329894475381442,
4
+ "train_runtime": 9425.2023,
5
+ "train_samples_per_second": 0.859,
6
+ "train_steps_per_second": 0.107
7
+ }