End of training
Browse files
README.md
CHANGED
@@ -1,8 +1,14 @@
|
|
1 |
---
|
2 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
|
|
|
|
|
|
|
|
|
|
3 |
library_name: peft
|
4 |
license: llama3.1
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
@@ -16,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# l3.1-8b-inst-lora64-induction-gpt4wmini100k-mini100k-gpt4wmini20k-gpt4wllama20k-lr2e-4-ep3
|
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 the
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.2684
|
22 |
|
|
|
1 |
---
|
2 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
3 |
+
datasets:
|
4 |
+
- barc0/induction_100k-gpt4-description-gpt4omini-code_generated_problems_messages_format_0.3
|
5 |
+
- barc0/induction_100k_gpt4o-mini_generated_problems_seed100.jsonl_messages_format_0.3
|
6 |
+
- barc0/induction_gpt-4_description_20000_with_llama_codegen_messages_format_0.3
|
7 |
+
- barc0/induction_gpt-4_description_20000_with_gpt-4o-mini_codegen_messages_format_0.3
|
8 |
library_name: peft
|
9 |
license: llama3.1
|
10 |
tags:
|
11 |
+
- alignment-handbook
|
12 |
- trl
|
13 |
- sft
|
14 |
- generated_from_trainer
|
|
|
22 |
|
23 |
# l3.1-8b-inst-lora64-induction-gpt4wmini100k-mini100k-gpt4wmini20k-gpt4wllama20k-lr2e-4-ep3
|
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/induction_100k-gpt4-description-gpt4omini-code_generated_problems_messages_format_0.3, the barc0/induction_100k_gpt4o-mini_generated_problems_seed100.jsonl_messages_format_0.3, the barc0/induction_gpt-4_description_20000_with_llama_codegen_messages_format_0.3 and the barc0/induction_gpt-4_description_20000_with_gpt-4o-mini_codegen_messages_format_0.3 datasets.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
- Loss: 0.2684
|
28 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 1.7156250092814991e+18,
|
4 |
"train_loss": 0.28245328673299386,
|
5 |
"train_runtime": 54133.2624,
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
+
"eval_loss": 0.26840582489967346,
|
4 |
+
"eval_runtime": 341.8072,
|
5 |
+
"eval_samples": 12017,
|
6 |
+
"eval_samples_per_second": 35.157,
|
7 |
+
"eval_steps_per_second": 1.1,
|
8 |
"total_flos": 1.7156250092814991e+18,
|
9 |
"train_loss": 0.28245328673299386,
|
10 |
"train_runtime": 54133.2624,
|
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": [
|
10 |
+
128001,
|
11 |
+
128008,
|
12 |
+
128009
|
13 |
+
],
|
14 |
+
"head_dim": 128,
|
15 |
+
"hidden_act": "silu",
|
16 |
+
"hidden_size": 4096,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 14336,
|
19 |
+
"max_position_embeddings": 131072,
|
20 |
+
"mlp_bias": false,
|
21 |
+
"model_type": "llama",
|
22 |
+
"num_attention_heads": 32,
|
23 |
+
"num_hidden_layers": 32,
|
24 |
+
"num_key_value_heads": 8,
|
25 |
+
"pretraining_tp": 1,
|
26 |
+
"rms_norm_eps": 1e-05,
|
27 |
+
"rope_scaling": {
|
28 |
+
"factor": 8.0,
|
29 |
+
"high_freq_factor": 4.0,
|
30 |
+
"low_freq_factor": 1.0,
|
31 |
+
"original_max_position_embeddings": 8192,
|
32 |
+
"rope_type": "llama3"
|
33 |
+
},
|
34 |
+
"rope_theta": 500000.0,
|
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": 3.0,
|
3 |
+
"eval_loss": 0.26840582489967346,
|
4 |
+
"eval_runtime": 341.8072,
|
5 |
+
"eval_samples": 12017,
|
6 |
+
"eval_samples_per_second": 35.157,
|
7 |
+
"eval_steps_per_second": 1.1
|
8 |
+
}
|
runs/Sep29_03-06-35_instance-20240925-140811/events.out.tfevents.1727633772.instance-20240925-140811.7624.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:908420f5075849baeee2bd1c47d2217a05e9d37e8a01c21e5394d9b272e0ce62
|
3 |
+
size 359
|