Doctor-Shotgun
commited on
Commit
•
9530d8e
1
Parent(s):
b4f23bf
Initial model commit
Browse files- README.md +112 -0
- adapter_config.json +28 -0
- adapter_model.bin +3 -0
- added_tokens.json +5 -0
- checkpoint-3500/README.md +21 -0
- checkpoint-3500/adapter_config.json +28 -0
- checkpoint-3500/adapter_model.bin +3 -0
- checkpoint-3500/optimizer.pt +3 -0
- checkpoint-3500/rng_state.pth +3 -0
- checkpoint-3500/scheduler.pt +3 -0
- checkpoint-3500/trainer_state.json +0 -0
- checkpoint-3500/training_args.bin +3 -0
- checkpoint-4000/README.md +21 -0
- checkpoint-4000/adapter_config.json +28 -0
- checkpoint-4000/adapter_model.bin +3 -0
- checkpoint-4000/optimizer.pt +3 -0
- checkpoint-4000/rng_state.pth +3 -0
- checkpoint-4000/scheduler.pt +3 -0
- checkpoint-4000/trainer_state.json +0 -0
- checkpoint-4000/training_args.bin +3 -0
- checkpoint-4500/README.md +21 -0
- checkpoint-4500/adapter_config.json +28 -0
- checkpoint-4500/adapter_model.bin +3 -0
- checkpoint-4500/optimizer.pt +3 -0
- checkpoint-4500/rng_state.pth +3 -0
- checkpoint-4500/scheduler.pt +3 -0
- checkpoint-4500/trainer_state.json +0 -0
- checkpoint-4500/training_args.bin +3 -0
- checkpoint-5000/README.md +21 -0
- checkpoint-5000/adapter_config.json +28 -0
- checkpoint-5000/adapter_model.bin +3 -0
- checkpoint-5000/optimizer.pt +3 -0
- checkpoint-5000/rng_state.pth +3 -0
- checkpoint-5000/scheduler.pt +3 -0
- checkpoint-5000/trainer_state.json +0 -0
- checkpoint-5000/training_args.bin +3 -0
- config.json +37 -0
- special_tokens_map.json +6 -0
- tokenizer.model +3 -0
- tokenizer_config.json +45 -0
README.md
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: mistralai/Mistral-7B-v0.1
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: pippa-lora
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
15 |
+
# pippa-lora
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.3494
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.0001
|
39 |
+
- train_batch_size: 2
|
40 |
+
- eval_batch_size: 2
|
41 |
+
- seed: 42
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: cosine
|
44 |
+
- lr_scheduler_warmup_steps: 40
|
45 |
+
- num_epochs: 3
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| 1.7313 | 0.05 | 100 | 1.7044 |
|
52 |
+
| 1.68 | 0.11 | 200 | 1.6176 |
|
53 |
+
| 1.5642 | 0.16 | 300 | 1.5538 |
|
54 |
+
| 1.6617 | 0.22 | 400 | 1.4986 |
|
55 |
+
| 1.4733 | 0.27 | 500 | 1.4723 |
|
56 |
+
| 1.4916 | 0.33 | 600 | 1.4427 |
|
57 |
+
| 1.5036 | 0.38 | 700 | 1.4271 |
|
58 |
+
| 1.2385 | 0.44 | 800 | 1.4109 |
|
59 |
+
| 1.4094 | 0.49 | 900 | 1.3968 |
|
60 |
+
| 1.4042 | 0.55 | 1000 | 1.3848 |
|
61 |
+
| 1.3946 | 0.6 | 1100 | 1.3771 |
|
62 |
+
| 1.2523 | 0.66 | 1200 | 1.3692 |
|
63 |
+
| 1.2932 | 0.71 | 1300 | 1.3648 |
|
64 |
+
| 1.346 | 0.77 | 1400 | 1.3609 |
|
65 |
+
| 1.1163 | 0.82 | 1500 | 1.3565 |
|
66 |
+
| 1.4656 | 0.88 | 1600 | 1.3495 |
|
67 |
+
| 1.2698 | 0.93 | 1700 | 1.3484 |
|
68 |
+
| 1.2019 | 0.99 | 1800 | 1.3454 |
|
69 |
+
| 1.3685 | 1.04 | 1900 | 1.3477 |
|
70 |
+
| 1.2248 | 1.1 | 2000 | 1.3488 |
|
71 |
+
| 1.2162 | 1.15 | 2100 | 1.3479 |
|
72 |
+
| 1.0443 | 1.21 | 2200 | 1.3491 |
|
73 |
+
| 1.2445 | 1.26 | 2300 | 1.3460 |
|
74 |
+
| 1.3229 | 1.32 | 2400 | 1.3476 |
|
75 |
+
| 1.3464 | 1.37 | 2500 | 1.3439 |
|
76 |
+
| 1.2651 | 1.43 | 2600 | 1.3439 |
|
77 |
+
| 1.516 | 1.48 | 2700 | 1.3424 |
|
78 |
+
| 1.4323 | 1.54 | 2800 | 1.3413 |
|
79 |
+
| 1.08 | 1.59 | 2900 | 1.3436 |
|
80 |
+
| 1.289 | 1.64 | 3000 | 1.3379 |
|
81 |
+
| 1.1221 | 1.7 | 3100 | 1.3384 |
|
82 |
+
| 1.1895 | 1.75 | 3200 | 1.3376 |
|
83 |
+
| 1.3138 | 1.81 | 3300 | 1.3358 |
|
84 |
+
| 1.3907 | 1.86 | 3400 | 1.3343 |
|
85 |
+
| 1.4544 | 1.92 | 3500 | 1.3351 |
|
86 |
+
| 1.25 | 1.97 | 3600 | 1.3334 |
|
87 |
+
| 1.2682 | 2.03 | 3700 | 1.3452 |
|
88 |
+
| 1.3107 | 2.08 | 3800 | 1.3471 |
|
89 |
+
| 1.2096 | 2.14 | 3900 | 1.3496 |
|
90 |
+
| 1.4503 | 2.19 | 4000 | 1.3503 |
|
91 |
+
| 1.142 | 2.25 | 4100 | 1.3485 |
|
92 |
+
| 0.8439 | 2.3 | 4200 | 1.3490 |
|
93 |
+
| 1.2749 | 2.36 | 4300 | 1.3508 |
|
94 |
+
| 0.9578 | 2.41 | 4400 | 1.3502 |
|
95 |
+
| 1.2203 | 2.47 | 4500 | 1.3496 |
|
96 |
+
| 0.9451 | 2.52 | 4600 | 1.3498 |
|
97 |
+
| 0.9602 | 2.58 | 4700 | 1.3491 |
|
98 |
+
| 0.9501 | 2.63 | 4800 | 1.3491 |
|
99 |
+
| 1.2062 | 2.69 | 4900 | 1.3496 |
|
100 |
+
| 1.1728 | 2.74 | 5000 | 1.3491 |
|
101 |
+
| 1.2506 | 2.8 | 5100 | 1.3494 |
|
102 |
+
| 1.4052 | 2.85 | 5200 | 1.3494 |
|
103 |
+
| 1.2012 | 2.91 | 5300 | 1.3494 |
|
104 |
+
| 1.3141 | 2.96 | 5400 | 1.3494 |
|
105 |
+
|
106 |
+
|
107 |
+
### Framework versions
|
108 |
+
|
109 |
+
- Transformers 4.34.0.dev0
|
110 |
+
- Pytorch 2.0.1+cu118
|
111 |
+
- Datasets 2.14.5
|
112 |
+
- Tokenizers 0.14.0
|
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 16,
|
12 |
+
"lora_dropout": 0.05,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 256,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"o_proj",
|
20 |
+
"k_proj",
|
21 |
+
"up_proj",
|
22 |
+
"down_proj",
|
23 |
+
"v_proj",
|
24 |
+
"q_proj",
|
25 |
+
"gate_proj"
|
26 |
+
],
|
27 |
+
"task_type": "CAUSAL_LM"
|
28 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5005f4ef4d87265b3baee107a56a9f2ea9061e4d2aa843c71cd1e009a5bcc03a
|
3 |
+
size 2684516749
|
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</s>": 2,
|
3 |
+
"<s>": 1,
|
4 |
+
"<unk>": 0
|
5 |
+
}
|
checkpoint-3500/README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- quant_method: bitsandbytes
|
9 |
+
- load_in_8bit: True
|
10 |
+
- load_in_4bit: False
|
11 |
+
- llm_int8_threshold: 6.0
|
12 |
+
- llm_int8_skip_modules: None
|
13 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
14 |
+
- llm_int8_has_fp16_weight: False
|
15 |
+
- bnb_4bit_quant_type: fp4
|
16 |
+
- bnb_4bit_use_double_quant: False
|
17 |
+
- bnb_4bit_compute_dtype: float32
|
18 |
+
### Framework versions
|
19 |
+
|
20 |
+
|
21 |
+
- PEFT 0.6.0.dev0
|
checkpoint-3500/adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 16,
|
12 |
+
"lora_dropout": 0.05,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 256,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"o_proj",
|
20 |
+
"k_proj",
|
21 |
+
"up_proj",
|
22 |
+
"down_proj",
|
23 |
+
"v_proj",
|
24 |
+
"q_proj",
|
25 |
+
"gate_proj"
|
26 |
+
],
|
27 |
+
"task_type": "CAUSAL_LM"
|
28 |
+
}
|
checkpoint-3500/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5005f4ef4d87265b3baee107a56a9f2ea9061e4d2aa843c71cd1e009a5bcc03a
|
3 |
+
size 2684516749
|
checkpoint-3500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cb67be97457e795f3ec90c42c72b3ee6aa45d15f311e0176a414df820762af7
|
3 |
+
size 1345326751
|
checkpoint-3500/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61793bcc4d825f3586c265f317b7d65174f081f96b2e3441cad84a66b9378281
|
3 |
+
size 14575
|
checkpoint-3500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0b50c8e855b294324a470211efc8f3828477ed21d48bb1a7fecd8e6427bfc7b
|
3 |
+
size 627
|
checkpoint-3500/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-3500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b5b8426ad295b7aa4d2c73078b25b66807030da6fcce23615eab3a1f3bb4b0e
|
3 |
+
size 4411
|
checkpoint-4000/README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- quant_method: bitsandbytes
|
9 |
+
- load_in_8bit: True
|
10 |
+
- load_in_4bit: False
|
11 |
+
- llm_int8_threshold: 6.0
|
12 |
+
- llm_int8_skip_modules: None
|
13 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
14 |
+
- llm_int8_has_fp16_weight: False
|
15 |
+
- bnb_4bit_quant_type: fp4
|
16 |
+
- bnb_4bit_use_double_quant: False
|
17 |
+
- bnb_4bit_compute_dtype: float32
|
18 |
+
### Framework versions
|
19 |
+
|
20 |
+
|
21 |
+
- PEFT 0.6.0.dev0
|
checkpoint-4000/adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 16,
|
12 |
+
"lora_dropout": 0.05,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 256,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"o_proj",
|
20 |
+
"k_proj",
|
21 |
+
"up_proj",
|
22 |
+
"down_proj",
|
23 |
+
"v_proj",
|
24 |
+
"q_proj",
|
25 |
+
"gate_proj"
|
26 |
+
],
|
27 |
+
"task_type": "CAUSAL_LM"
|
28 |
+
}
|
checkpoint-4000/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1875cfc41574f26903b842cb2c4cc75439a677985ed05ebd7a1a5521773ca386
|
3 |
+
size 2684516749
|
checkpoint-4000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:415c70da42c02b8ed459f73f83682a6b7366106fd8c66298c7f16d812f6c0367
|
3 |
+
size 1345326751
|
checkpoint-4000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5d696fcbf04df1d812f0017a1eb5bea492cc08c4a1b7094f8bd0b77e010ae04
|
3 |
+
size 14575
|
checkpoint-4000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3406cf4b0239b909b362f67872429bc5f46218d8ef3e9147633a91b1519fd208
|
3 |
+
size 627
|
checkpoint-4000/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-4000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b5b8426ad295b7aa4d2c73078b25b66807030da6fcce23615eab3a1f3bb4b0e
|
3 |
+
size 4411
|
checkpoint-4500/README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- quant_method: bitsandbytes
|
9 |
+
- load_in_8bit: True
|
10 |
+
- load_in_4bit: False
|
11 |
+
- llm_int8_threshold: 6.0
|
12 |
+
- llm_int8_skip_modules: None
|
13 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
14 |
+
- llm_int8_has_fp16_weight: False
|
15 |
+
- bnb_4bit_quant_type: fp4
|
16 |
+
- bnb_4bit_use_double_quant: False
|
17 |
+
- bnb_4bit_compute_dtype: float32
|
18 |
+
### Framework versions
|
19 |
+
|
20 |
+
|
21 |
+
- PEFT 0.6.0.dev0
|
checkpoint-4500/adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 16,
|
12 |
+
"lora_dropout": 0.05,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 256,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"o_proj",
|
20 |
+
"k_proj",
|
21 |
+
"up_proj",
|
22 |
+
"down_proj",
|
23 |
+
"v_proj",
|
24 |
+
"q_proj",
|
25 |
+
"gate_proj"
|
26 |
+
],
|
27 |
+
"task_type": "CAUSAL_LM"
|
28 |
+
}
|
checkpoint-4500/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eaacc5f7ab2fae21d15462ce1fc4f90a489966dc6fc051d4e62eee3666928bce
|
3 |
+
size 2684516749
|
checkpoint-4500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbb6ab587876061f5569212a7702c74c89c9b4c224c13f6267792d6b62c16638
|
3 |
+
size 1345326751
|
checkpoint-4500/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:440cf3b506aa952156369ea7a1c7a22f4e52891b6b148525fdbfcecc7a569116
|
3 |
+
size 14575
|
checkpoint-4500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:687f10b38cfd8d7e76f824b7e2f76cb0f24cf3820211e5e58eff11ae017b576a
|
3 |
+
size 627
|
checkpoint-4500/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-4500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b5b8426ad295b7aa4d2c73078b25b66807030da6fcce23615eab3a1f3bb4b0e
|
3 |
+
size 4411
|
checkpoint-5000/README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
---
|
4 |
+
## Training procedure
|
5 |
+
|
6 |
+
|
7 |
+
The following `bitsandbytes` quantization config was used during training:
|
8 |
+
- quant_method: bitsandbytes
|
9 |
+
- load_in_8bit: True
|
10 |
+
- load_in_4bit: False
|
11 |
+
- llm_int8_threshold: 6.0
|
12 |
+
- llm_int8_skip_modules: None
|
13 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
14 |
+
- llm_int8_has_fp16_weight: False
|
15 |
+
- bnb_4bit_quant_type: fp4
|
16 |
+
- bnb_4bit_use_double_quant: False
|
17 |
+
- bnb_4bit_compute_dtype: float32
|
18 |
+
### Framework versions
|
19 |
+
|
20 |
+
|
21 |
+
- PEFT 0.6.0.dev0
|
checkpoint-5000/adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 16,
|
12 |
+
"lora_dropout": 0.05,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 256,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"o_proj",
|
20 |
+
"k_proj",
|
21 |
+
"up_proj",
|
22 |
+
"down_proj",
|
23 |
+
"v_proj",
|
24 |
+
"q_proj",
|
25 |
+
"gate_proj"
|
26 |
+
],
|
27 |
+
"task_type": "CAUSAL_LM"
|
28 |
+
}
|
checkpoint-5000/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:baed1ba205f25e0b83feb64684624dc003cb4670dc2a9b449480fc735943f510
|
3 |
+
size 2684516749
|
checkpoint-5000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a7d12783b7d288167a34528dd4fa1ff8068363b00b5ae14922ad34606dc7b34
|
3 |
+
size 1345326751
|
checkpoint-5000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:010173daa5e0ac98cbf3ecd1b931b737cb8d20c81daa908595e9602569894adc
|
3 |
+
size 14575
|
checkpoint-5000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e33de998d6602e57b943b09aacd36da7ad453eaa145394bb789a0a0e54f985d
|
3 |
+
size 627
|
checkpoint-5000/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-5000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b5b8426ad295b7aa4d2c73078b25b66807030da6fcce23615eab3a1f3bb4b0e
|
3 |
+
size 4411
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mistralai/Mistral-7B-v0.1",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"bos_token_id": 1,
|
7 |
+
"eos_token_id": 2,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 4096,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 14336,
|
12 |
+
"max_position_embeddings": 32768,
|
13 |
+
"model_type": "mistral",
|
14 |
+
"num_attention_heads": 32,
|
15 |
+
"num_hidden_layers": 32,
|
16 |
+
"num_key_value_heads": 8,
|
17 |
+
"quantization_config": {
|
18 |
+
"bnb_4bit_compute_dtype": "float32",
|
19 |
+
"bnb_4bit_quant_type": "fp4",
|
20 |
+
"bnb_4bit_use_double_quant": false,
|
21 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
22 |
+
"llm_int8_has_fp16_weight": false,
|
23 |
+
"llm_int8_skip_modules": null,
|
24 |
+
"llm_int8_threshold": 6.0,
|
25 |
+
"load_in_4bit": false,
|
26 |
+
"load_in_8bit": true,
|
27 |
+
"quant_method": "bitsandbytes"
|
28 |
+
},
|
29 |
+
"rms_norm_eps": 1e-05,
|
30 |
+
"rope_theta": 10000.0,
|
31 |
+
"sliding_window": 4096,
|
32 |
+
"tie_word_embeddings": false,
|
33 |
+
"torch_dtype": "bfloat16",
|
34 |
+
"transformers_version": "4.34.0.dev0",
|
35 |
+
"use_cache": false,
|
36 |
+
"vocab_size": 32000
|
37 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"pad_token": "</s>",
|
5 |
+
"unk_token": "<unk>"
|
6 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": true,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": true,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": true,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": true,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": true,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"additional_special_tokens": [],
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"clean_up_tokenization_spaces": false,
|
33 |
+
"eos_token": "</s>",
|
34 |
+
"legacy": true,
|
35 |
+
"model_max_length": 1000000000000000019884624838656,
|
36 |
+
"pad_token": null,
|
37 |
+
"sp_model_kwargs": {},
|
38 |
+
"spaces_between_special_tokens": false,
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"tokenizer_file": "/root/.cache/huggingface/hub/models--mistralai--Mistral-7B-v0.1/snapshots/78814a934d8ce59ee93599378f3e929ff137da06/tokenizer.json",
|
41 |
+
"trust_remote_code": false,
|
42 |
+
"unk_token": "<unk>",
|
43 |
+
"use_default_system_prompt": true,
|
44 |
+
"use_fast": true
|
45 |
+
}
|