lillian039
commited on
Commit
•
c41a104
1
Parent(s):
e297eae
End of training
Browse files
README.md
CHANGED
@@ -3,9 +3,15 @@ library_name: transformers
|
|
3 |
license: llama3.1
|
4 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: barc-llama3.1-8b-instruct-fft-transduction-gpt4omini10k_lr1e-5_epoch1
|
11 |
results: []
|
@@ -16,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# barc-llama3.1-8b-instruct-fft-transduction-gpt4omini10k_lr1e-5_epoch1
|
18 |
|
19 |
-
This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.7042
|
22 |
|
|
|
3 |
license: llama3.1
|
4 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
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_100k_gpt4o-mini_generated_problems_seed100.jsonl_messages_format_0.3
|
15 |
model-index:
|
16 |
- name: barc-llama3.1-8b-instruct-fft-transduction-gpt4omini10k_lr1e-5_epoch1
|
17 |
results: []
|
|
|
22 |
|
23 |
# barc-llama3.1-8b-instruct-fft-transduction-gpt4omini10k_lr1e-5_epoch1
|
24 |
|
25 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) on the barc0/transduction_100k_gpt4o-mini_generated_problems_seed100.jsonl_messages_format_0.3 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": 2.244031216091136e+16,
|
4 |
"train_loss": 2.0892962131061052,
|
5 |
"train_runtime": 1016.0826,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.7041537165641785,
|
4 |
+
"eval_runtime": 118.7226,
|
5 |
+
"eval_samples": 5105,
|
6 |
+
"eval_samples_per_second": 42.999,
|
7 |
+
"eval_steps_per_second": 1.348,
|
8 |
"total_flos": 2.244031216091136e+16,
|
9 |
"train_loss": 2.0892962131061052,
|
10 |
"train_runtime": 1016.0826,
|
config.json
CHANGED
@@ -35,6 +35,6 @@
|
|
35 |
"tie_word_embeddings": false,
|
36 |
"torch_dtype": "bfloat16",
|
37 |
"transformers_version": "4.45.0.dev0",
|
38 |
-
"use_cache":
|
39 |
"vocab_size": 128256
|
40 |
}
|
|
|
35 |
"tie_word_embeddings": false,
|
36 |
"torch_dtype": "bfloat16",
|
37 |
"transformers_version": "4.45.0.dev0",
|
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.7041537165641785,
|
4 |
+
"eval_runtime": 118.7226,
|
5 |
+
"eval_samples": 5105,
|
6 |
+
"eval_samples_per_second": 42.999,
|
7 |
+
"eval_steps_per_second": 1.348
|
8 |
+
}
|
runs/Sep25_14-33-53_instance-20240925-140811/events.out.tfevents.1727276580.instance-20240925-140811.19092.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad902bf886ffbbd7db51264e010703d28911fa159b8d5136a44bfabdcdbfcd58
|
3 |
+
size 354
|