GaetanMichelet
commited on
Commit
•
6533e4c
1
Parent(s):
e8b10e1
End of training
Browse files- README.md +6 -2
- all_results.json +5 -0
- config.json +42 -0
- eval_results.json +8 -0
- runs/Aug26_05-15-45_9mqd6r3-l/events.out.tfevents.1724646069.9mqd6r3-l.1589810.1 +3 -0
README.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
---
|
2 |
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
|
|
|
|
|
|
3 |
library_name: peft
|
4 |
license: apache-2.0
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
@@ -16,9 +20,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# Mistral-7B_task-3_120-samples_config-1_full_auto
|
18 |
|
19 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) on the
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
1 |
---
|
2 |
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
3 |
+
datasets:
|
4 |
+
- GaetanMichelet/chat-60_ft_task-3_auto
|
5 |
+
- GaetanMichelet/chat-120_ft_task-3_auto
|
6 |
library_name: peft
|
7 |
license: apache-2.0
|
8 |
tags:
|
9 |
+
- alignment-handbook
|
10 |
- trl
|
11 |
- sft
|
12 |
- generated_from_trainer
|
|
|
20 |
|
21 |
# Mistral-7B_task-3_120-samples_config-1_full_auto
|
22 |
|
23 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) on the GaetanMichelet/chat-60_ft_task-3_auto and the GaetanMichelet/chat-120_ft_task-3_auto datasets.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.8507
|
26 |
|
27 |
## Model description
|
28 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 12.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 1.0340910033482547e+17,
|
4 |
"train_loss": 0.6881949709671916,
|
5 |
"train_runtime": 3843.3104,
|
|
|
1 |
{
|
2 |
"epoch": 12.0,
|
3 |
+
"eval_loss": 0.8506781458854675,
|
4 |
+
"eval_runtime": 25.8568,
|
5 |
+
"eval_samples": 24,
|
6 |
+
"eval_samples_per_second": 0.928,
|
7 |
+
"eval_steps_per_second": 0.928,
|
8 |
"total_flos": 1.0340910033482547e+17,
|
9 |
"train_loss": 0.6881949709671916,
|
10 |
"train_runtime": 3843.3104,
|
config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"head_dim": 128,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 4096,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 14336,
|
14 |
+
"max_position_embeddings": 32768,
|
15 |
+
"model_type": "mistral",
|
16 |
+
"num_attention_heads": 32,
|
17 |
+
"num_hidden_layers": 32,
|
18 |
+
"num_key_value_heads": 8,
|
19 |
+
"quantization_config": {
|
20 |
+
"_load_in_4bit": true,
|
21 |
+
"_load_in_8bit": false,
|
22 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
23 |
+
"bnb_4bit_quant_storage": "uint8",
|
24 |
+
"bnb_4bit_quant_type": "nf4",
|
25 |
+
"bnb_4bit_use_double_quant": false,
|
26 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
27 |
+
"llm_int8_has_fp16_weight": false,
|
28 |
+
"llm_int8_skip_modules": null,
|
29 |
+
"llm_int8_threshold": 6.0,
|
30 |
+
"load_in_4bit": true,
|
31 |
+
"load_in_8bit": false,
|
32 |
+
"quant_method": "bitsandbytes"
|
33 |
+
},
|
34 |
+
"rms_norm_eps": 1e-05,
|
35 |
+
"rope_theta": 1000000.0,
|
36 |
+
"sliding_window": null,
|
37 |
+
"tie_word_embeddings": false,
|
38 |
+
"torch_dtype": "bfloat16",
|
39 |
+
"transformers_version": "4.44.0",
|
40 |
+
"use_cache": true,
|
41 |
+
"vocab_size": 32768
|
42 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 12.0,
|
3 |
+
"eval_loss": 0.8506781458854675,
|
4 |
+
"eval_runtime": 25.8568,
|
5 |
+
"eval_samples": 24,
|
6 |
+
"eval_samples_per_second": 0.928,
|
7 |
+
"eval_steps_per_second": 0.928
|
8 |
+
}
|
runs/Aug26_05-15-45_9mqd6r3-l/events.out.tfevents.1724646069.9mqd6r3-l.1589810.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3649307144864c44204e1231c4573e7bacc60bb9b9fcf3234fbc2d516a8a35a
|
3 |
+
size 359
|