gx-ai-architect
commited on
Commit
•
2ddd07a
1
Parent(s):
d24afa3
End of training
Browse files- README.md +17 -10
- all_results.json +13 -0
- config.json +1 -1
- eval_results.json +16 -0
- runs/Apr10_00-26-56_gx-dev-master-0/events.out.tfevents.1712713251.gx-dev-master-0.951.1 +3 -0
README.md
CHANGED
@@ -2,9 +2,16 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: alignment-handbook/mistral-7b-sft-constitutional-ai
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- dpo
|
7 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: mistral-7b-dpo-constitutional-ai
|
10 |
results: []
|
@@ -15,17 +22,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# mistral-7b-dpo-constitutional-ai
|
17 |
|
18 |
-
This model is a fine-tuned version of [alignment-handbook/mistral-7b-sft-constitutional-ai](https://huggingface.co/alignment-handbook/mistral-7b-sft-constitutional-ai) on the
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Rewards/chosen: -
|
22 |
-
- Rewards/rejected: -
|
23 |
-
- Rewards/accuracies: 0.
|
24 |
-
- Rewards/margins:
|
25 |
-
- Logps/rejected: -
|
26 |
-
- Logps/chosen: -
|
27 |
-
- Logits/rejected: -2.
|
28 |
-
- Logits/chosen: -2.
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: alignment-handbook/mistral-7b-sft-constitutional-ai
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- trl
|
7 |
- dpo
|
8 |
- generated_from_trainer
|
9 |
+
- trl
|
10 |
+
- dpo
|
11 |
+
- generated_from_trainer
|
12 |
+
datasets:
|
13 |
+
- HuggingFaceH4/ultrafeedback_binarized
|
14 |
+
- HuggingFaceH4/cai-conversation-harmless
|
15 |
model-index:
|
16 |
- name: mistral-7b-dpo-constitutional-ai
|
17 |
results: []
|
|
|
22 |
|
23 |
# mistral-7b-dpo-constitutional-ai
|
24 |
|
25 |
+
This model is a fine-tuned version of [alignment-handbook/mistral-7b-sft-constitutional-ai](https://huggingface.co/alignment-handbook/mistral-7b-sft-constitutional-ai) on the HuggingFaceH4/ultrafeedback_binarized and the HuggingFaceH4/cai-conversation-harmless datasets.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
+
- Loss: 0.6064
|
28 |
+
- Rewards/chosen: -6.2332
|
29 |
+
- Rewards/rejected: -9.9320
|
30 |
+
- Rewards/accuracies: 0.6825
|
31 |
+
- Rewards/margins: 3.6988
|
32 |
+
- Logps/rejected: -269.0856
|
33 |
+
- Logps/chosen: -253.0284
|
34 |
+
- Logits/rejected: -2.8561
|
35 |
+
- Logits/chosen: -2.8752
|
36 |
|
37 |
## Model description
|
38 |
|
all_results.json
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"train_loss": 0.25373340110176973,
|
4 |
"train_runtime": 3870.3099,
|
5 |
"train_samples": 8239,
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
+
"eval_logits/chosen": -2.8751940727233887,
|
4 |
+
"eval_logits/rejected": -2.8561081886291504,
|
5 |
+
"eval_logps/chosen": -253.02841186523438,
|
6 |
+
"eval_logps/rejected": -269.08563232421875,
|
7 |
+
"eval_loss": 0.6063873767852783,
|
8 |
+
"eval_rewards/accuracies": 0.6825000047683716,
|
9 |
+
"eval_rewards/chosen": -6.233180522918701,
|
10 |
+
"eval_rewards/margins": 3.6988027095794678,
|
11 |
+
"eval_rewards/rejected": -9.931983947753906,
|
12 |
+
"eval_runtime": 168.7249,
|
13 |
+
"eval_samples": 3156,
|
14 |
+
"eval_samples_per_second": 18.705,
|
15 |
+
"eval_steps_per_second": 0.296,
|
16 |
"train_loss": 0.25373340110176973,
|
17 |
"train_runtime": 3870.3099,
|
18 |
"train_samples": 8239,
|
config.json
CHANGED
@@ -21,6 +21,6 @@
|
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.39.0.dev0",
|
24 |
-
"use_cache":
|
25 |
"vocab_size": 32000
|
26 |
}
|
|
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.39.0.dev0",
|
24 |
+
"use_cache": true,
|
25 |
"vocab_size": 32000
|
26 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_logits/chosen": -2.8751940727233887,
|
4 |
+
"eval_logits/rejected": -2.8561081886291504,
|
5 |
+
"eval_logps/chosen": -253.02841186523438,
|
6 |
+
"eval_logps/rejected": -269.08563232421875,
|
7 |
+
"eval_loss": 0.6063873767852783,
|
8 |
+
"eval_rewards/accuracies": 0.6825000047683716,
|
9 |
+
"eval_rewards/chosen": -6.233180522918701,
|
10 |
+
"eval_rewards/margins": 3.6988027095794678,
|
11 |
+
"eval_rewards/rejected": -9.931983947753906,
|
12 |
+
"eval_runtime": 168.7249,
|
13 |
+
"eval_samples": 3156,
|
14 |
+
"eval_samples_per_second": 18.705,
|
15 |
+
"eval_steps_per_second": 0.296
|
16 |
+
}
|
runs/Apr10_00-26-56_gx-dev-master-0/events.out.tfevents.1712713251.gx-dev-master-0.951.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9944e36f17a578cf2a48c1be62f92f1a512c01e7ddc71d679663d85fb1a408c
|
3 |
+
size 780
|