End of training
Browse files- README.md +9 -1
- all_results.json +5 -0
- config.json +1 -1
- eval_results.json +8 -0
- runs/Oct09_05-10-25_376e664caf09/events.out.tfevents.1728549278.376e664caf09.7652.1 +3 -0
README.md
CHANGED
|
@@ -3,9 +3,17 @@ library_name: transformers
|
|
| 3 |
license: llama3.2
|
| 4 |
base_model: meta-llama/Llama-3.2-1B
|
| 5 |
tags:
|
|
|
|
| 6 |
- trl
|
| 7 |
- sft
|
| 8 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: llama3.2-1b-instruct-fft-transduction-engineer_lr1e-5_epoch4
|
| 11 |
results: []
|
|
@@ -16,7 +24,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# llama3.2-1b-instruct-fft-transduction-engineer_lr1e-5_epoch4
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on the
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
- Loss: 0.0363
|
| 22 |
|
|
|
|
| 3 |
license: llama3.2
|
| 4 |
base_model: meta-llama/Llama-3.2-1B
|
| 5 |
tags:
|
| 6 |
+
- alignment-handbook
|
| 7 |
- trl
|
| 8 |
- sft
|
| 9 |
- generated_from_trainer
|
| 10 |
+
- trl
|
| 11 |
+
- sft
|
| 12 |
+
- generated_from_trainer
|
| 13 |
+
datasets:
|
| 14 |
+
- barc0/transduction_angmented_100k-gpt4-description-gpt4omini-code_generated_problems
|
| 15 |
+
- barc0/transduction_angmented_100k_gpt4o-mini_generated_problems
|
| 16 |
+
- barc0/transduction_rearc_dataset_400k
|
| 17 |
model-index:
|
| 18 |
- name: llama3.2-1b-instruct-fft-transduction-engineer_lr1e-5_epoch4
|
| 19 |
results: []
|
|
|
|
| 24 |
|
| 25 |
# llama3.2-1b-instruct-fft-transduction-engineer_lr1e-5_epoch4
|
| 26 |
|
| 27 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on the barc0/transduction_angmented_100k-gpt4-description-gpt4omini-code_generated_problems, the barc0/transduction_angmented_100k_gpt4o-mini_generated_problems and the barc0/transduction_rearc_dataset_400k datasets.
|
| 28 |
It achieves the following results on the evaluation set:
|
| 29 |
- Loss: 0.0363
|
| 30 |
|
all_results.json
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 3.9991117033089054,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"total_flos": 1010387024977920.0,
|
| 4 |
"train_loss": 0.05092642861352228,
|
| 5 |
"train_runtime": 98184.5209,
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 3.9991117033089054,
|
| 3 |
+
"eval_loss": 0.03634560480713844,
|
| 4 |
+
"eval_runtime": 402.1706,
|
| 5 |
+
"eval_samples": 15166,
|
| 6 |
+
"eval_samples_per_second": 37.71,
|
| 7 |
+
"eval_steps_per_second": 1.179,
|
| 8 |
"total_flos": 1010387024977920.0,
|
| 9 |
"train_loss": 0.05092642861352228,
|
| 10 |
"train_runtime": 98184.5209,
|
config.json
CHANGED
|
@@ -31,6 +31,6 @@
|
|
| 31 |
"tie_word_embeddings": true,
|
| 32 |
"torch_dtype": "bfloat16",
|
| 33 |
"transformers_version": "4.45.0.dev0",
|
| 34 |
-
"use_cache":
|
| 35 |
"vocab_size": 128256
|
| 36 |
}
|
|
|
|
| 31 |
"tie_word_embeddings": true,
|
| 32 |
"torch_dtype": "bfloat16",
|
| 33 |
"transformers_version": "4.45.0.dev0",
|
| 34 |
+
"use_cache": true,
|
| 35 |
"vocab_size": 128256
|
| 36 |
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.9991117033089054,
|
| 3 |
+
"eval_loss": 0.03634560480713844,
|
| 4 |
+
"eval_runtime": 402.1706,
|
| 5 |
+
"eval_samples": 15166,
|
| 6 |
+
"eval_samples_per_second": 37.71,
|
| 7 |
+
"eval_steps_per_second": 1.179
|
| 8 |
+
}
|
runs/Oct09_05-10-25_376e664caf09/events.out.tfevents.1728549278.376e664caf09.7652.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0cfae1af2f8340a7927e78a86775ea8c2696d1f2c975ec4f962c6222d4b5085
|
| 3 |
+
size 359
|