shichengshuai98
commited on
Commit
•
48f324a
1
Parent(s):
2846313
End of training
Browse files
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
|
|
2 |
library_name: peft
|
3 |
tags:
|
|
|
4 |
- trl
|
5 |
- sft
|
6 |
- generated_from_trainer
|
7 |
base_model: mistralai/Mistral-7B-v0.1
|
8 |
datasets:
|
9 |
-
-
|
10 |
model-index:
|
11 |
- name: zephyr-7b-sft-qlora
|
12 |
results: []
|
@@ -17,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# zephyr-7b-sft-qlora
|
19 |
|
20 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.9509
|
23 |
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
9 |
base_model: mistralai/Mistral-7B-v0.1
|
10 |
datasets:
|
11 |
+
- HuggingFaceH4/ultrachat_200k
|
12 |
model-index:
|
13 |
- name: zephyr-7b-sft-qlora
|
14 |
results: []
|
|
|
19 |
|
20 |
# zephyr-7b-sft-qlora
|
21 |
|
22 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the HuggingFaceH4/ultrachat_200k dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.9509
|
25 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 0.999942624361696,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 1.2254141370364592e+19,
|
4 |
"train_loss": 0.9575631003437826,
|
5 |
"train_runtime": 104475.5996,
|
|
|
1 |
{
|
2 |
"epoch": 0.999942624361696,
|
3 |
+
"eval_loss": 0.9508792161941528,
|
4 |
+
"eval_runtime": 3344.5313,
|
5 |
+
"eval_samples": 23109,
|
6 |
+
"eval_samples_per_second": 4.614,
|
7 |
+
"eval_steps_per_second": 0.289,
|
8 |
"total_flos": 1.2254141370364592e+19,
|
9 |
"train_loss": 0.9575631003437826,
|
10 |
"train_runtime": 104475.5996,
|
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mistralai/Mistral-7B-v0.1",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 4096,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 14336,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"quantization_config": {
|
19 |
+
"_load_in_4bit": true,
|
20 |
+
"_load_in_8bit": false,
|
21 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
22 |
+
"bnb_4bit_quant_storage": "uint8",
|
23 |
+
"bnb_4bit_quant_type": "nf4",
|
24 |
+
"bnb_4bit_use_double_quant": false,
|
25 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
26 |
+
"llm_int8_has_fp16_weight": false,
|
27 |
+
"llm_int8_skip_modules": null,
|
28 |
+
"llm_int8_threshold": 6.0,
|
29 |
+
"load_in_4bit": true,
|
30 |
+
"load_in_8bit": false,
|
31 |
+
"quant_method": "bitsandbytes"
|
32 |
+
},
|
33 |
+
"rms_norm_eps": 1e-05,
|
34 |
+
"rope_theta": 10000.0,
|
35 |
+
"sliding_window": 4096,
|
36 |
+
"tie_word_embeddings": false,
|
37 |
+
"torch_dtype": "bfloat16",
|
38 |
+
"transformers_version": "4.41.2",
|
39 |
+
"use_cache": true,
|
40 |
+
"vocab_size": 32000
|
41 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.999942624361696,
|
3 |
+
"eval_loss": 0.9508792161941528,
|
4 |
+
"eval_runtime": 3344.5313,
|
5 |
+
"eval_samples": 23109,
|
6 |
+
"eval_samples_per_second": 4.614,
|
7 |
+
"eval_steps_per_second": 0.289
|
8 |
+
}
|
runs/May31_15-25-35_lican-Lambda-Vector2/events.out.tfevents.1717291366.lican-Lambda-Vector2.2264713.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7103efedc206893cbe0907660db128546f06ed68706414f4aee2b106a4bde132
|
3 |
+
size 359
|