Model save
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- all_results.json +4 -4
- config.json +45 -0
- train_results.json +4 -4
- trainer_state.json +4 -4
- training_args.bin +1 -1
README.md
CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/chloeli/huggingface/runs/
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/chloeli/huggingface/runs/vj7aj0mi)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"v_proj",
|
27 |
-
"o_proj",
|
28 |
"gate_proj",
|
29 |
-
"q_proj",
|
30 |
-
"down_proj",
|
31 |
"k_proj",
|
32 |
-
"
|
|
|
|
|
|
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"gate_proj",
|
|
|
|
|
27 |
"k_proj",
|
28 |
+
"down_proj",
|
29 |
+
"up_proj",
|
30 |
+
"v_proj",
|
31 |
+
"o_proj",
|
32 |
+
"q_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
all_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"total_flos": 8.539757562822656e+16,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 1000,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 8.539757562822656e+16,
|
3 |
+
"train_loss": 0.0,
|
4 |
+
"train_runtime": 4.6206,
|
5 |
"train_samples": 1000,
|
6 |
+
"train_samples_per_second": 216.423,
|
7 |
+
"train_steps_per_second": 27.053
|
8 |
}
|
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
|
4 |
+
"architectures": [
|
5 |
+
"Qwen2ForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 151643,
|
9 |
+
"eos_token_id": 151645,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 3584,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 18944,
|
14 |
+
"max_position_embeddings": 32768,
|
15 |
+
"max_window_layers": 28,
|
16 |
+
"model_type": "qwen2",
|
17 |
+
"num_attention_heads": 28,
|
18 |
+
"num_hidden_layers": 28,
|
19 |
+
"num_key_value_heads": 4,
|
20 |
+
"quantization_config": {
|
21 |
+
"_load_in_4bit": true,
|
22 |
+
"_load_in_8bit": false,
|
23 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
24 |
+
"bnb_4bit_quant_storage": "uint8",
|
25 |
+
"bnb_4bit_quant_type": "nf4",
|
26 |
+
"bnb_4bit_use_double_quant": false,
|
27 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
28 |
+
"llm_int8_has_fp16_weight": false,
|
29 |
+
"llm_int8_skip_modules": null,
|
30 |
+
"llm_int8_threshold": 6.0,
|
31 |
+
"load_in_4bit": true,
|
32 |
+
"load_in_8bit": false,
|
33 |
+
"quant_method": "bitsandbytes"
|
34 |
+
},
|
35 |
+
"rms_norm_eps": 1e-06,
|
36 |
+
"rope_scaling": null,
|
37 |
+
"rope_theta": 1000000.0,
|
38 |
+
"sliding_window": 131072,
|
39 |
+
"tie_word_embeddings": false,
|
40 |
+
"torch_dtype": "bfloat16",
|
41 |
+
"transformers_version": "4.49.0",
|
42 |
+
"use_cache": true,
|
43 |
+
"use_sliding_window": false,
|
44 |
+
"vocab_size": 152064
|
45 |
+
}
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"total_flos": 8.539757562822656e+16,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 1000,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 8.539757562822656e+16,
|
3 |
+
"train_loss": 0.0,
|
4 |
+
"train_runtime": 4.6206,
|
5 |
"train_samples": 1000,
|
6 |
+
"train_samples_per_second": 216.423,
|
7 |
+
"train_steps_per_second": 27.053
|
8 |
}
|
trainer_state.json
CHANGED
@@ -445,10 +445,10 @@
|
|
445 |
"epoch": 1.0,
|
446 |
"step": 125,
|
447 |
"total_flos": 8.539757562822656e+16,
|
448 |
-
"train_loss": 0.
|
449 |
-
"train_runtime":
|
450 |
-
"train_samples_per_second":
|
451 |
-
"train_steps_per_second":
|
452 |
}
|
453 |
],
|
454 |
"logging_steps": 5,
|
|
|
445 |
"epoch": 1.0,
|
446 |
"step": 125,
|
447 |
"total_flos": 8.539757562822656e+16,
|
448 |
+
"train_loss": 0.0,
|
449 |
+
"train_runtime": 4.6206,
|
450 |
+
"train_samples_per_second": 216.423,
|
451 |
+
"train_steps_per_second": 27.053
|
452 |
}
|
453 |
],
|
454 |
"logging_steps": 5,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6456
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d02e82def1420c15f76ea6371f615868ed49d2bd98c83c835834baaa4b2e9076
|
3 |
size 6456
|