End of training
Browse files
README.md
CHANGED
@@ -3,11 +3,15 @@ library_name: transformers
|
|
3 |
license: gemma
|
4 |
base_model: google/gemma-7b
|
5 |
tags:
|
|
|
|
|
|
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
-
|
11 |
model-index:
|
12 |
- name: gemma7b-gpt4o_1k_classification-fft
|
13 |
results: []
|
@@ -18,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# gemma7b-gpt4o_1k_classification-fft
|
20 |
|
21 |
-
This model is a fine-tuned version of [google/gemma-7b](https://huggingface.co/google/gemma-7b) on the
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 5.7345
|
24 |
|
|
|
3 |
license: gemma
|
4 |
base_model: google/gemma-7b
|
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: gemma7b-gpt4o_1k_classification-fft
|
17 |
results: []
|
|
|
22 |
|
23 |
# gemma7b-gpt4o_1k_classification-fft
|
24 |
|
25 |
+
This model is a fine-tuned version of [google/gemma-7b](https://huggingface.co/google/gemma-7b) on the llama-duo/synth_classification_dataset_dedup dataset.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
- Loss: 5.7345
|
28 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 0.9979123173277662,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 8193589641216.0,
|
4 |
"train_loss": 2.8353221366595025,
|
5 |
"train_runtime": 2240.0339,
|
|
|
1 |
{
|
2 |
"epoch": 0.9979123173277662,
|
3 |
+
"eval_loss": 5.734466552734375,
|
4 |
+
"eval_runtime": 1.5041,
|
5 |
+
"eval_samples": 16,
|
6 |
+
"eval_samples_per_second": 1.33,
|
7 |
+
"eval_steps_per_second": 0.665,
|
8 |
"total_flos": 8193589641216.0,
|
9 |
"train_loss": 2.8353221366595025,
|
10 |
"train_runtime": 2240.0339,
|
config.json
CHANGED
@@ -24,6 +24,6 @@
|
|
24 |
"rope_theta": 10000.0,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.45.1",
|
27 |
-
"use_cache":
|
28 |
"vocab_size": 256000
|
29 |
}
|
|
|
24 |
"rope_theta": 10000.0,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.45.1",
|
27 |
+
"use_cache": true,
|
28 |
"vocab_size": 256000
|
29 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9979123173277662,
|
3 |
+
"eval_loss": 5.734466552734375,
|
4 |
+
"eval_runtime": 1.5041,
|
5 |
+
"eval_samples": 16,
|
6 |
+
"eval_samples_per_second": 1.33,
|
7 |
+
"eval_steps_per_second": 0.665
|
8 |
+
}
|
runs/Sep27_14-38-33_1cc748c90ddb/events.out.tfevents.1727450610.1cc748c90ddb.39559.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5e37ca86af173191af530258346d21ae50c425979986ec10c67b010c96eadf5
|
3 |
+
size 359
|