End of training
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-mistral-dpo-ultrafeedback-binarized-preferences-kto_pair
|
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-mistral-dpo-ultrafeedback-binarized-preferences-kto_pair
|
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 an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.2024
|
22 |
+
- Rewards/chosen: 3.9237
|
23 |
+
- Rewards/rejected: -1.2199
|
24 |
+
- Rewards/accuracies: 0.7871
|
25 |
+
- Rewards/margins: 5.1437
|
26 |
+
- Logps/rejected: -319.8331
|
27 |
+
- Logps/chosen: -311.9210
|
28 |
+
- Logits/rejected: -2.2827
|
29 |
+
- Logits/chosen: -2.4135
|
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: 4
|
50 |
+
- eval_batch_size: 4
|
51 |
+
- seed: 42
|
52 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
+
- lr_scheduler_type: cosine
|
54 |
+
- lr_scheduler_warmup_ratio: 0.1
|
55 |
+
- num_epochs: 1
|
56 |
+
|
57 |
+
### Training results
|
58 |
+
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
|
60 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
|
61 |
+
| 0.2261 | 0.25 | 700 | 0.2691 | 3.8384 | 0.5201 | 0.6951 | 3.3183 | -302.4326 | -312.7741 | -2.4004 | -2.5103 |
|
62 |
+
| 0.1934 | 0.51 | 1400 | 0.2197 | 3.0918 | -2.0543 | 0.7802 | 5.1461 | -328.1768 | -320.2403 | -2.3140 | -2.4316 |
|
63 |
+
| 0.2163 | 0.76 | 2100 | 0.2024 | 3.9237 | -1.2199 | 0.7871 | 5.1437 | -319.8331 | -311.9210 | -2.2827 | -2.4135 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- PEFT 0.8.2
|
69 |
+
- Transformers 4.37.2
|
70 |
+
- Pytorch 2.1.2+cu121
|
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:
|
3 |
size 335605144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e532c65874336f3a12b2a619aaacfa26c1ed10aad725e632d55faedb148ea73
|
3 |
size 335605144
|
runs/Feb22_15-13-14_ac25d7a97b3d/events.out.tfevents.1708614996.ac25d7a97b3d.1094.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f8d6a2e2f7e9cba3fef2fd58a494519d3529938c3254d31ac3cc24882807825
|
3 |
+
size 77161
|