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 |
- generated_from_trainer
|
@@ -20,7 +24,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
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.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
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 |
- generated_from_trainer
|
|
|
24 |
|
25 |
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.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
+
- Loss: 0.6203
|
28 |
|
29 |
## Model description
|
30 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 0.9983193277310924,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 31040533954560.0,
|
4 |
"train_loss": 0.6444052361478709,
|
5 |
"train_runtime": 1985.1724,
|
|
|
1 |
{
|
2 |
"epoch": 0.9983193277310924,
|
3 |
+
"eval_loss": 0.6203289031982422,
|
4 |
+
"eval_runtime": 2.0956,
|
5 |
+
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 16.701,
|
7 |
+
"eval_steps_per_second": 1.432,
|
8 |
"total_flos": 31040533954560.0,
|
9 |
"train_loss": 0.6444052361478709,
|
10 |
"train_runtime": 1985.1724,
|
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
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9983193277310924,
|
3 |
+
"eval_loss": 0.6203289031982422,
|
4 |
+
"eval_runtime": 2.0956,
|
5 |
+
"eval_samples": 20,
|
6 |
+
"eval_samples_per_second": 16.701,
|
7 |
+
"eval_steps_per_second": 1.432
|
8 |
+
}
|
runs/Jan14_15-17-13_dgx-a100-13/events.out.tfevents.1736866742.dgx-a100-13.3778865.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5da02b617683f50a76482e9c7349e2181635ccb4bb54ab713c61ad09a1cc6fd2
|
3 |
+
size 359
|