End of training
Browse files
README.md
CHANGED
@@ -3,11 +3,15 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: mistralai/Mistral-7B-v0.3
|
5 |
tags:
|
|
|
|
|
|
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
-
|
11 |
model-index:
|
12 |
- name: mistral-7b-0.3-gpt4o_100k_classification-fft
|
13 |
results: []
|
@@ -18,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# mistral-7b-0.3-gpt4o_100k_classification-fft
|
20 |
|
21 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 5.3380
|
24 |
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: mistralai/Mistral-7B-v0.3
|
5 |
tags:
|
6 |
+
- alignment-handbook
|
7 |
+
- trl
|
8 |
+
- sft
|
9 |
+
- generated_from_trainer
|
10 |
- trl
|
11 |
- sft
|
12 |
- generated_from_trainer
|
13 |
datasets:
|
14 |
+
- llama-duo/synth_classification_dataset_dedup
|
15 |
model-index:
|
16 |
- name: mistral-7b-0.3-gpt4o_100k_classification-fft
|
17 |
results: []
|
|
|
22 |
|
23 |
# mistral-7b-0.3-gpt4o_100k_classification-fft
|
24 |
|
25 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the llama-duo/synth_classification_dataset_dedup dataset.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
- Loss: 5.3380
|
28 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 14002264473600.0,
|
4 |
"train_loss": 6.666975224196022,
|
5 |
"train_runtime": 4378.2382,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 5.337969779968262,
|
4 |
+
"eval_runtime": 1.8922,
|
5 |
+
"eval_samples": 16,
|
6 |
+
"eval_samples_per_second": 1.057,
|
7 |
+
"eval_steps_per_second": 0.528,
|
8 |
"total_flos": 14002264473600.0,
|
9 |
"train_loss": 6.666975224196022,
|
10 |
"train_runtime": 4378.2382,
|
config.json
CHANGED
@@ -23,6 +23,6 @@
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.45.1",
|
26 |
-
"use_cache":
|
27 |
"vocab_size": 32770
|
28 |
}
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.45.1",
|
26 |
+
"use_cache": true,
|
27 |
"vocab_size": 32770
|
28 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 5.337969779968262,
|
4 |
+
"eval_runtime": 1.8922,
|
5 |
+
"eval_samples": 16,
|
6 |
+
"eval_samples_per_second": 1.057,
|
7 |
+
"eval_steps_per_second": 0.528
|
8 |
+
}
|
runs/Sep28_10-43-01_637888cb4368/events.out.tfevents.1727525953.637888cb4368.403296.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37b745ad70aa4fb1f0f7c22923ce367d02819518516becc8523a89cc084f2fb0
|
3 |
+
size 359
|