martimfasantos
commited on
Commit
•
96b9dd4
1
Parent(s):
22a4cee
End of training
Browse files- README.md +15 -9
- all_results.json +13 -0
- config.json +1 -1
- eval_results.json +16 -0
- runs/Jun09_13-29-09_poseidon/events.out.tfevents.1718026827.poseidon.4028099.1 +3 -0
README.md
CHANGED
@@ -2,9 +2,15 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: martimfasantos/tinyllama-1.1b-sum-sft-full
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- dpo
|
7 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: tinyllama-1.1b-sum-dpo-full_LR1e-7_3epochs
|
10 |
results: []
|
@@ -15,17 +21,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# tinyllama-1.1b-sum-dpo-full_LR1e-7_3epochs
|
17 |
|
18 |
-
This model is a fine-tuned version of [martimfasantos/tinyllama-1.1b-sum-sft-full](https://huggingface.co/martimfasantos/tinyllama-1.1b-sum-sft-full) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Rewards/chosen: -1.
|
22 |
-
- Rewards/rejected: -1.
|
23 |
-
- Rewards/accuracies: 0.
|
24 |
- Rewards/margins: 0.1739
|
25 |
-
- Logps/rejected: -186.
|
26 |
-
- Logps/chosen: -164.
|
27 |
-
- Logits/rejected: -2.
|
28 |
-
- Logits/chosen: -2.
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: martimfasantos/tinyllama-1.1b-sum-sft-full
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- trl
|
7 |
- dpo
|
8 |
- generated_from_trainer
|
9 |
+
- trl
|
10 |
+
- dpo
|
11 |
+
- generated_from_trainer
|
12 |
+
datasets:
|
13 |
+
- openai/summarize_from_feedback
|
14 |
model-index:
|
15 |
- name: tinyllama-1.1b-sum-dpo-full_LR1e-7_3epochs
|
16 |
results: []
|
|
|
21 |
|
22 |
# tinyllama-1.1b-sum-dpo-full_LR1e-7_3epochs
|
23 |
|
24 |
+
This model is a fine-tuned version of [martimfasantos/tinyllama-1.1b-sum-sft-full](https://huggingface.co/martimfasantos/tinyllama-1.1b-sum-sft-full) on the openai/summarize_from_feedback dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
+
- Loss: 0.6501
|
27 |
+
- Rewards/chosen: -1.0591
|
28 |
+
- Rewards/rejected: -1.2329
|
29 |
+
- Rewards/accuracies: 0.6032
|
30 |
- Rewards/margins: 0.1739
|
31 |
+
- Logps/rejected: -186.0431
|
32 |
+
- Logps/chosen: -164.9210
|
33 |
+
- Logits/rejected: -2.3430
|
34 |
+
- Logits/chosen: -2.3551
|
35 |
|
36 |
## Model description
|
37 |
|
all_results.json
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 0.0,
|
4 |
"train_loss": 0.6300815686244623,
|
5 |
"train_runtime": 86182.1351,
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
+
"eval_logits/chosen": -2.355067729949951,
|
4 |
+
"eval_logits/rejected": -2.3430099487304688,
|
5 |
+
"eval_logps/chosen": -164.92103576660156,
|
6 |
+
"eval_logps/rejected": -186.04312133789062,
|
7 |
+
"eval_loss": 0.6500672101974487,
|
8 |
+
"eval_rewards/accuracies": 0.6031598448753357,
|
9 |
+
"eval_rewards/chosen": -1.0590553283691406,
|
10 |
+
"eval_rewards/margins": 0.1738797128200531,
|
11 |
+
"eval_rewards/rejected": -1.2329350709915161,
|
12 |
+
"eval_runtime": 384.1905,
|
13 |
+
"eval_samples": 4304,
|
14 |
+
"eval_samples_per_second": 11.203,
|
15 |
+
"eval_steps_per_second": 1.4,
|
16 |
"total_flos": 0.0,
|
17 |
"train_loss": 0.6300815686244623,
|
18 |
"train_runtime": 86182.1351,
|
config.json
CHANGED
@@ -24,6 +24,6 @@
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.41.2",
|
27 |
-
"use_cache":
|
28 |
"vocab_size": 32000
|
29 |
}
|
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.41.2",
|
27 |
+
"use_cache": true,
|
28 |
"vocab_size": 32000
|
29 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_logits/chosen": -2.355067729949951,
|
4 |
+
"eval_logits/rejected": -2.3430099487304688,
|
5 |
+
"eval_logps/chosen": -164.92103576660156,
|
6 |
+
"eval_logps/rejected": -186.04312133789062,
|
7 |
+
"eval_loss": 0.6500672101974487,
|
8 |
+
"eval_rewards/accuracies": 0.6031598448753357,
|
9 |
+
"eval_rewards/chosen": -1.0590553283691406,
|
10 |
+
"eval_rewards/margins": 0.1738797128200531,
|
11 |
+
"eval_rewards/rejected": -1.2329350709915161,
|
12 |
+
"eval_runtime": 384.1905,
|
13 |
+
"eval_samples": 4304,
|
14 |
+
"eval_samples_per_second": 11.203,
|
15 |
+
"eval_steps_per_second": 1.4
|
16 |
+
}
|
runs/Jun09_13-29-09_poseidon/events.out.tfevents.1718026827.poseidon.4028099.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e3e2eb06afc3b1604098ec5ead94a82e2b77e4b32566de6a40be1ed815baa53
|
3 |
+
size 841
|