End of training
Browse files
README.md
CHANGED
@@ -3,6 +3,10 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: mistralai/Mistral-7B-Instruct-v0.1
|
5 |
tags:
|
|
|
|
|
|
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- alignment-handbook
|
@@ -21,7 +25,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the generator dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: mistralai/Mistral-7B-Instruct-v0.1
|
5 |
tags:
|
6 |
+
- alignment-handbook
|
7 |
+
- trl
|
8 |
+
- sft
|
9 |
+
- generated_from_trainer
|
10 |
- trl
|
11 |
- sft
|
12 |
- alignment-handbook
|
|
|
25 |
|
26 |
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the generator dataset.
|
27 |
It achieves the following results on the evaluation set:
|
28 |
+
- Loss: 0.6130
|
29 |
|
30 |
## Model description
|
31 |
|
all_results.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
-
"eval_loss": 0.
|
4 |
-
"eval_runtime": 2.
|
5 |
"eval_samples": 20,
|
6 |
-
"eval_samples_per_second": 20.
|
7 |
-
"eval_steps_per_second": 1.
|
8 |
"total_flos": 62342792478720.0,
|
9 |
"train_loss": 0.6085060262840066,
|
10 |
"train_runtime": 3395.7329,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.6130054593086243,
|
4 |
+
"eval_runtime": 2.7928,
|
5 |
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 20.767,
|
7 |
+
"eval_steps_per_second": 1.432,
|
8 |
"total_flos": 62342792478720.0,
|
9 |
"train_loss": 0.6085060262840066,
|
10 |
"train_runtime": 3395.7329,
|
config.json
CHANGED
@@ -22,6 +22,6 @@
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.44.2",
|
25 |
-
"use_cache":
|
26 |
"vocab_size": 32000
|
27 |
}
|
|
|
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": 2.
|
5 |
"eval_samples": 20,
|
6 |
-
"eval_samples_per_second": 20.
|
7 |
-
"eval_steps_per_second": 1.
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.6130054593086243,
|
4 |
+
"eval_runtime": 2.7928,
|
5 |
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 20.767,
|
7 |
+
"eval_steps_per_second": 1.432
|
8 |
}
|
runs/Jan15_01-37-59_dgx-a100-12/events.out.tfevents.1736905723.dgx-a100-12.2747584.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d1b054460dc1570d1229373fafed155fd63b6c014bebfe10e40c917118ece69
|
3 |
+
size 359
|