End of training
Browse files- README.md +16 -10
- all_results.json +13 -0
- config.json +1 -1
- eval_results.json +16 -0
README.md
CHANGED
@@ -1,9 +1,15 @@
|
|
1 |
---
|
2 |
base_model: dmis-lab/selfbiorag_7b
|
3 |
tags:
|
|
|
4 |
- trl
|
5 |
- dpo
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: selfbiorag-7b-dpo-full-wo-kqa_silver_wogold-ep3
|
9 |
results: []
|
@@ -14,17 +20,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# selfbiorag-7b-dpo-full-wo-kqa_silver_wogold-ep3
|
16 |
|
17 |
-
This model is a fine-tuned version of [dmis-lab/selfbiorag_7b](https://huggingface.co/dmis-lab/selfbiorag_7b) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Rewards/chosen: 0.
|
21 |
-
- Rewards/rejected: 0.
|
22 |
-
- Rewards/accuracies: 0.
|
23 |
-
- Rewards/margins: 0.
|
24 |
-
- Logps/rejected: -171.
|
25 |
-
- Logps/chosen: -150.
|
26 |
-
- Logits/rejected: -1.
|
27 |
-
- Logits/chosen: -1.
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
1 |
---
|
2 |
base_model: dmis-lab/selfbiorag_7b
|
3 |
tags:
|
4 |
+
- alignment-handbook
|
5 |
- trl
|
6 |
- dpo
|
7 |
- generated_from_trainer
|
8 |
+
- trl
|
9 |
+
- dpo
|
10 |
+
- generated_from_trainer
|
11 |
+
datasets:
|
12 |
+
- HuggingFaceH4/ultrafeedback_binarized
|
13 |
model-index:
|
14 |
- name: selfbiorag-7b-dpo-full-wo-kqa_silver_wogold-ep3
|
15 |
results: []
|
|
|
20 |
|
21 |
# selfbiorag-7b-dpo-full-wo-kqa_silver_wogold-ep3
|
22 |
|
23 |
+
This model is a fine-tuned version of [dmis-lab/selfbiorag_7b](https://huggingface.co/dmis-lab/selfbiorag_7b) on the HuggingFaceH4/ultrafeedback_binarized dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.6392
|
26 |
+
- Rewards/chosen: 0.1232
|
27 |
+
- Rewards/rejected: -0.0030
|
28 |
+
- Rewards/accuracies: 0.7527
|
29 |
+
- Rewards/margins: 0.1262
|
30 |
+
- Logps/rejected: -171.6258
|
31 |
+
- Logps/chosen: -150.9050
|
32 |
+
- Logits/rejected: -1.5645
|
33 |
+
- Logits/chosen: -1.7964
|
34 |
|
35 |
## Model description
|
36 |
|
all_results.json
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"train_loss": 0.6365382266896111,
|
4 |
"train_runtime": 6736.0228,
|
5 |
"train_samples": 25108,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_logits/chosen": -1.7963508367538452,
|
4 |
+
"eval_logits/rejected": -1.5644817352294922,
|
5 |
+
"eval_logps/chosen": -150.905029296875,
|
6 |
+
"eval_logps/rejected": -171.62582397460938,
|
7 |
+
"eval_loss": 0.6391857266426086,
|
8 |
+
"eval_rewards/accuracies": 0.7526785731315613,
|
9 |
+
"eval_rewards/chosen": 0.12320567667484283,
|
10 |
+
"eval_rewards/margins": 0.1261579990386963,
|
11 |
+
"eval_rewards/rejected": -0.0029523156117647886,
|
12 |
+
"eval_runtime": 429.2674,
|
13 |
+
"eval_samples": 4472,
|
14 |
+
"eval_samples_per_second": 10.418,
|
15 |
+
"eval_steps_per_second": 0.326,
|
16 |
"train_loss": 0.6365382266896111,
|
17 |
"train_runtime": 6736.0228,
|
18 |
"train_samples": 25108,
|
config.json
CHANGED
@@ -23,6 +23,6 @@
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.39.0.dev0",
|
26 |
-
"use_cache":
|
27 |
"vocab_size": 32016
|
28 |
}
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.39.0.dev0",
|
26 |
+
"use_cache": true,
|
27 |
"vocab_size": 32016
|
28 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_logits/chosen": -1.7963508367538452,
|
4 |
+
"eval_logits/rejected": -1.5644817352294922,
|
5 |
+
"eval_logps/chosen": -150.905029296875,
|
6 |
+
"eval_logps/rejected": -171.62582397460938,
|
7 |
+
"eval_loss": 0.6391857266426086,
|
8 |
+
"eval_rewards/accuracies": 0.7526785731315613,
|
9 |
+
"eval_rewards/chosen": 0.12320567667484283,
|
10 |
+
"eval_rewards/margins": 0.1261579990386963,
|
11 |
+
"eval_rewards/rejected": -0.0029523156117647886,
|
12 |
+
"eval_runtime": 429.2674,
|
13 |
+
"eval_samples": 4472,
|
14 |
+
"eval_samples_per_second": 10.418,
|
15 |
+
"eval_steps_per_second": 0.326
|
16 |
+
}
|