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_coding-fft
|
13 |
results: []
|
@@ -18,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# gemma7b-gpt4o_1k_coding-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: 4.8389
|
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_coding_dataset_dedup
|
15 |
model-index:
|
16 |
- name: gemma7b-gpt4o_1k_coding-fft
|
17 |
results: []
|
|
|
22 |
|
23 |
# gemma7b-gpt4o_1k_coding-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_coding_dataset_dedup dataset.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
- Loss: 4.8389
|
28 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 20570041221120.0,
|
4 |
"train_loss": 5.0949278754932825,
|
5 |
"train_runtime": 8333.1384,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 4.838874340057373,
|
4 |
+
"eval_runtime": 1.5079,
|
5 |
+
"eval_samples": 16,
|
6 |
+
"eval_samples_per_second": 3.316,
|
7 |
+
"eval_steps_per_second": 0.663,
|
8 |
"total_flos": 20570041221120.0,
|
9 |
"train_loss": 5.0949278754932825,
|
10 |
"train_runtime": 8333.1384,
|
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": 1.0,
|
3 |
+
"eval_loss": 4.838874340057373,
|
4 |
+
"eval_runtime": 1.5079,
|
5 |
+
"eval_samples": 16,
|
6 |
+
"eval_samples_per_second": 3.316,
|
7 |
+
"eval_steps_per_second": 0.663
|
8 |
+
}
|
runs/Sep27_15-49-38_1cc748c90ddb/events.out.tfevents.1727460938.1cc748c90ddb.81052.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af278e436fef4e845293c3d00c983f7cc256c524382ff192cb70cbc32a328bec
|
3 |
+
size 359
|