GaetanMichelet
commited on
Commit
•
000e922
1
Parent(s):
1405a3c
End of training
Browse files- README.md +7 -2
- all_results.json +5 -0
- config.json +54 -0
- eval_results.json +8 -0
- runs/Aug19_16-10-40_9mqd6r3-l/events.out.tfevents.1724082574.9mqd6r3-l.78344.1 +3 -0
README.md
CHANGED
@@ -1,8 +1,13 @@
|
|
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,9 +21,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# Llama-31-8B_task-3_180-samples_config-2
|
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.
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
1 |
---
|
2 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
3 |
+
datasets:
|
4 |
+
- GaetanMichelet/chat-60_ft_task-3
|
5 |
+
- GaetanMichelet/chat-120_ft_task-3
|
6 |
+
- GaetanMichelet/chat-180_ft_task-3
|
7 |
library_name: peft
|
8 |
license: llama3.1
|
9 |
tags:
|
10 |
+
- alignment-handbook
|
11 |
- trl
|
12 |
- sft
|
13 |
- generated_from_trainer
|
|
|
21 |
|
22 |
# Llama-31-8B_task-3_180-samples_config-2
|
23 |
|
24 |
+
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 GaetanMichelet/chat-60_ft_task-3, the GaetanMichelet/chat-120_ft_task-3 and the GaetanMichelet/chat-180_ft_task-3 datasets.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
+
- Loss: 0.4326
|
27 |
|
28 |
## Model description
|
29 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 14.941176470588236,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 1.5999389691753267e+17,
|
4 |
"train_loss": 0.5077414073886013,
|
5 |
"train_runtime": 5870.3299,
|
|
|
1 |
{
|
2 |
"epoch": 14.941176470588236,
|
3 |
+
"eval_loss": 0.4326106309890747,
|
4 |
+
"eval_runtime": 31.8529,
|
5 |
+
"eval_samples": 36,
|
6 |
+
"eval_samples_per_second": 1.13,
|
7 |
+
"eval_steps_per_second": 1.13,
|
8 |
"total_flos": 1.5999389691753267e+17,
|
9 |
"train_loss": 0.5077414073886013,
|
10 |
"train_runtime": 5870.3299,
|
config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"hidden_act": "silu",
|
15 |
+
"hidden_size": 4096,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 14336,
|
18 |
+
"max_position_embeddings": 131072,
|
19 |
+
"mlp_bias": false,
|
20 |
+
"model_type": "llama",
|
21 |
+
"num_attention_heads": 32,
|
22 |
+
"num_hidden_layers": 32,
|
23 |
+
"num_key_value_heads": 8,
|
24 |
+
"pretraining_tp": 1,
|
25 |
+
"quantization_config": {
|
26 |
+
"_load_in_4bit": true,
|
27 |
+
"_load_in_8bit": false,
|
28 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
29 |
+
"bnb_4bit_quant_storage": "uint8",
|
30 |
+
"bnb_4bit_quant_type": "nf4",
|
31 |
+
"bnb_4bit_use_double_quant": false,
|
32 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
33 |
+
"llm_int8_has_fp16_weight": false,
|
34 |
+
"llm_int8_skip_modules": null,
|
35 |
+
"llm_int8_threshold": 6.0,
|
36 |
+
"load_in_4bit": true,
|
37 |
+
"load_in_8bit": false,
|
38 |
+
"quant_method": "bitsandbytes"
|
39 |
+
},
|
40 |
+
"rms_norm_eps": 1e-05,
|
41 |
+
"rope_scaling": {
|
42 |
+
"factor": 8.0,
|
43 |
+
"high_freq_factor": 4.0,
|
44 |
+
"low_freq_factor": 1.0,
|
45 |
+
"original_max_position_embeddings": 8192,
|
46 |
+
"rope_type": "llama3"
|
47 |
+
},
|
48 |
+
"rope_theta": 500000.0,
|
49 |
+
"tie_word_embeddings": false,
|
50 |
+
"torch_dtype": "bfloat16",
|
51 |
+
"transformers_version": "4.44.0",
|
52 |
+
"use_cache": true,
|
53 |
+
"vocab_size": 128256
|
54 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 14.941176470588236,
|
3 |
+
"eval_loss": 0.4326106309890747,
|
4 |
+
"eval_runtime": 31.8529,
|
5 |
+
"eval_samples": 36,
|
6 |
+
"eval_samples_per_second": 1.13,
|
7 |
+
"eval_steps_per_second": 1.13
|
8 |
+
}
|
runs/Aug19_16-10-40_9mqd6r3-l/events.out.tfevents.1724082574.9mqd6r3-l.78344.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fef49a5914415696acc65664cd51c6196a812837ba5121ee76804e450b2847f7
|
3 |
+
size 354
|