GaetanMichelet
commited on
Commit
•
75584ca
1
Parent(s):
d5adc08
End of training
Browse files- README.md +7 -2
- all_results.json +5 -0
- config.json +42 -0
- eval_results.json +8 -0
- runs/Aug23_18-04-19_9mqd6r3-l/events.out.tfevents.1724435579.9mqd6r3-l.2013792.1 +3 -0
README.md
CHANGED
@@ -1,8 +1,13 @@
|
|
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 +21,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# Mistral-7B_task-2_180-samples_config-1
|
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-2
|
5 |
+
- GaetanMichelet/chat-120_ft_task-2
|
6 |
+
- GaetanMichelet/chat-180_ft_task-2
|
7 |
library_name: peft
|
8 |
license: apache-2.0
|
9 |
tags:
|
10 |
+
- alignment-handbook
|
11 |
- trl
|
12 |
- sft
|
13 |
- generated_from_trainer
|
|
|
21 |
|
22 |
# Mistral-7B_task-2_180-samples_config-1
|
23 |
|
24 |
+
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-2, the GaetanMichelet/chat-120_ft_task-2 and the GaetanMichelet/chat-180_ft_task-2 datasets.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
+
- Loss: 0.5395
|
27 |
|
28 |
## Model description
|
29 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 11.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 1.7726772045728973e+17,
|
4 |
"train_loss": 0.302630395822745,
|
5 |
"train_runtime": 6437.892,
|
|
|
1 |
{
|
2 |
"epoch": 11.0,
|
3 |
+
"eval_loss": 0.5395250916481018,
|
4 |
+
"eval_runtime": 45.5684,
|
5 |
+
"eval_samples": 36,
|
6 |
+
"eval_samples_per_second": 0.79,
|
7 |
+
"eval_steps_per_second": 0.79,
|
8 |
"total_flos": 1.7726772045728973e+17,
|
9 |
"train_loss": 0.302630395822745,
|
10 |
"train_runtime": 6437.892,
|
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": 11.0,
|
3 |
+
"eval_loss": 0.5395250916481018,
|
4 |
+
"eval_runtime": 45.5684,
|
5 |
+
"eval_samples": 36,
|
6 |
+
"eval_samples_per_second": 0.79,
|
7 |
+
"eval_steps_per_second": 0.79
|
8 |
+
}
|
runs/Aug23_18-04-19_9mqd6r3-l/events.out.tfevents.1724435579.9mqd6r3-l.2013792.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79a9e28c08c4208b8e6d88ff099da4df8c1480e7df88e24a1218bed8b5b4adcf
|
3 |
+
size 359
|