End of training
Browse files
README.md
CHANGED
@@ -3,9 +3,15 @@ library_name: transformers
|
|
3 |
license: llama3.2
|
4 |
base_model: tanliboy/llama-3.2-3b
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: llama-3.2-3b-sft
|
11 |
results: []
|
@@ -16,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# llama-3.2-3b-sft
|
18 |
|
19 |
-
This model is a fine-tuned version of [tanliboy/llama-3.2-3b](https://huggingface.co/tanliboy/llama-3.2-3b) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.7042
|
22 |
|
|
|
3 |
license: llama3.2
|
4 |
base_model: tanliboy/llama-3.2-3b
|
5 |
tags:
|
6 |
+
- alignment-handbook
|
7 |
- trl
|
8 |
- sft
|
9 |
- generated_from_trainer
|
10 |
+
- trl
|
11 |
+
- sft
|
12 |
+
- generated_from_trainer
|
13 |
+
datasets:
|
14 |
+
- tanliboy/OpenHermes-2.5-reformat
|
15 |
model-index:
|
16 |
- name: llama-3.2-3b-sft
|
17 |
results: []
|
|
|
22 |
|
23 |
# llama-3.2-3b-sft
|
24 |
|
25 |
+
This model is a fine-tuned version of [tanliboy/llama-3.2-3b](https://huggingface.co/tanliboy/llama-3.2-3b) on the tanliboy/OpenHermes-2.5-reformat dataset.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
- Loss: 0.7042
|
28 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 244955314192384.0,
|
4 |
"train_loss": 0.7376568270371099,
|
5 |
"train_runtime": 8720.6202,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.7042345404624939,
|
4 |
+
"eval_runtime": 379.064,
|
5 |
+
"eval_samples": 50077,
|
6 |
+
"eval_samples_per_second": 132.107,
|
7 |
+
"eval_steps_per_second": 2.066,
|
8 |
"total_flos": 244955314192384.0,
|
9 |
"train_loss": 0.7376568270371099,
|
10 |
"train_runtime": 8720.6202,
|
config.json
CHANGED
@@ -35,6 +35,6 @@
|
|
35 |
"tie_word_embeddings": true,
|
36 |
"torch_dtype": "bfloat16",
|
37 |
"transformers_version": "4.44.2",
|
38 |
-
"use_cache":
|
39 |
"vocab_size": 128256
|
40 |
}
|
|
|
35 |
"tie_word_embeddings": true,
|
36 |
"torch_dtype": "bfloat16",
|
37 |
"transformers_version": "4.44.2",
|
38 |
+
"use_cache": true,
|
39 |
"vocab_size": 128256
|
40 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.7042345404624939,
|
4 |
+
"eval_runtime": 379.064,
|
5 |
+
"eval_samples": 50077,
|
6 |
+
"eval_samples_per_second": 132.107,
|
7 |
+
"eval_steps_per_second": 2.066
|
8 |
+
}
|
runs/Sep27_08-03-07_action-graph-trainer/events.out.tfevents.1727434260.action-graph-trainer.294397.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8be6966151de2980853a61916505de0fc80654be33fe14e32a77205f8ca89a5
|
3 |
+
size 359
|