End of training
Browse files
README.md
CHANGED
@@ -2,10 +2,13 @@
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
|
|
|
|
9 |
model-index:
|
10 |
- name: preference_p0.1_seed42_level2_raremixbatch16
|
11 |
results: []
|
@@ -16,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# preference_p0.1_seed42_level2_raremixbatch16
|
18 |
|
19 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.8599
|
22 |
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
9 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
10 |
+
datasets:
|
11 |
+
- preference-data
|
12 |
model-index:
|
13 |
- name: preference_p0.1_seed42_level2_raremixbatch16
|
14 |
results: []
|
|
|
19 |
|
20 |
# preference_p0.1_seed42_level2_raremixbatch16
|
21 |
|
22 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the preference-data dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.8599
|
25 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 2571089024581632.0,
|
4 |
"train_loss": 0.8638364601301117,
|
5 |
"train_runtime": 28571.7374,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.8599082231521606,
|
4 |
+
"eval_runtime": 2.8502,
|
5 |
+
"eval_samples": 10,
|
6 |
+
"eval_samples_per_second": 3.508,
|
7 |
+
"eval_steps_per_second": 1.053,
|
8 |
"total_flos": 2571089024581632.0,
|
9 |
"train_loss": 0.8638364601301117,
|
10 |
"train_runtime": 28571.7374,
|
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"sliding_window": null,
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
-
"transformers_version": "4.
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 32000
|
27 |
}
|
|
|
21 |
"sliding_window": null,
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.44.2",
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 32000
|
27 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
-
"eval_loss": 0.
|
4 |
-
"eval_runtime":
|
5 |
"eval_samples": 10,
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.8599082231521606,
|
4 |
+
"eval_runtime": 2.8502,
|
5 |
"eval_samples": 10,
|
6 |
+
"eval_samples_per_second": 3.508,
|
7 |
+
"eval_steps_per_second": 1.053
|
8 |
}
|
runs/Sep14_01-24-34_COE-CS-sv004/events.out.tfevents.1726305896.COE-CS-sv004.1678647.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11e573ef94f6dbccbfd715725e0dab57e9e294bd6acc82d075f25bbf4d70bb26
|
3 |
+
size 359
|