End of training
Browse files- README.md +17 -1
- adapter_model.safetensors +1 -1
- tokenizer.model +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,6 +16,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# dpo-test
|
17 |
|
18 |
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -46,10 +56,16 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 150
|
49 |
-
- training_steps:
|
50 |
|
51 |
### Training results
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
16 |
# dpo-test
|
17 |
|
18 |
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0060
|
21 |
+
- Rewards/chosen: -2.4578
|
22 |
+
- Rewards/rejected: -10.0480
|
23 |
+
- Rewards/accuracies: 1.0
|
24 |
+
- Rewards/margins: 7.5902
|
25 |
+
- Logps/rejected: -189.0133
|
26 |
+
- Logps/chosen: -107.4476
|
27 |
+
- Logits/rejected: -0.6723
|
28 |
+
- Logits/chosen: -0.6997
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
- lr_scheduler_warmup_steps: 150
|
59 |
+
- training_steps: 2000
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
+
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
|
64 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
|
65 |
+
| 0.139 | 2.29 | 500 | 0.1416 | -1.3038 | -4.9329 | 0.9464 | 3.6291 | -137.8629 | -95.9085 | -0.7743 | -0.7799 |
|
66 |
+
| 0.0292 | 4.58 | 1000 | 0.0326 | -2.0104 | -7.6961 | 0.9974 | 5.6857 | -165.4948 | -102.9742 | -0.6749 | -0.6925 |
|
67 |
+
| 0.0118 | 6.87 | 1500 | 0.0129 | -2.2528 | -9.2582 | 1.0 | 7.0055 | -181.1160 | -105.3981 | -0.6526 | -0.6741 |
|
68 |
+
| 0.0056 | 9.17 | 2000 | 0.0060 | -2.4578 | -10.0480 | 1.0 | 7.5902 | -189.0133 | -107.4476 | -0.6723 | -0.6997 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 67126232
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70f756dfe9bbf972d437fcc7f84a122785f8f1b6f5954162404652ddcb4f4d44
|
3 |
size 67126232
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14fbcb3311fd5814b01a8532202b4383622e5c9122f5152b6983bceaac090a71
|
3 |
size 4664
|