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-hinge
|
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-hinge
|
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.5904
|
22 |
+
- Rewards/chosen: -3.5980
|
23 |
+
- Rewards/rejected: -6.3560
|
24 |
+
- Rewards/accuracies: 0.7954
|
25 |
+
- Rewards/margins: 2.7581
|
26 |
+
- Logps/rejected: -378.3953
|
27 |
+
- Logps/chosen: -389.8724
|
28 |
+
- Logits/rejected: -2.4206
|
29 |
+
- Logits/chosen: -2.4999
|
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.9205 | 0.25 | 700 | 0.7331 | -4.0569 | -6.3048 | 0.7489 | 2.2478 | -377.8824 | -394.4619 | -2.5742 | -2.6507 |
|
62 |
+
| 0.6493 | 0.51 | 1400 | 0.6532 | -4.0240 | -7.1929 | 0.7889 | 3.1689 | -386.7637 | -394.1322 | -2.4562 | -2.5463 |
|
63 |
+
| 0.663 | 0.76 | 2100 | 0.5904 | -3.5980 | -6.3560 | 0.7954 | 2.7581 | -378.3953 | -389.8724 | -2.4206 | -2.4999 |
|
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:00318a53e65808a41aea2c2e09f34edbfdd090b2fcb743478728be6f706532e4
|
3 |
size 335605144
|
runs/Feb23_13-27-08_e93dcd779499/events.out.tfevents.1708694995.e93dcd779499.2887.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:5ef317b9e08d2504cf57c8bf5bf72664519b7c0d332b7973e1ad494d2f0cf766
|
3 |
+
size 77152
|