liangchen1225
commited on
Commit
·
12e9693
1
Parent(s):
6c787e9
Upload 8 files
Browse files- adapter_config.json +16 -0
- adapter_model.bin +3 -0
- finetuning_args.json +11 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +0 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "baichuan-inc/baichuan-7B",
|
3 |
+
"bias": "none",
|
4 |
+
"fan_in_fan_out": false,
|
5 |
+
"inference_mode": true,
|
6 |
+
"init_lora_weights": true,
|
7 |
+
"lora_alpha": 32.0,
|
8 |
+
"lora_dropout": 0.1,
|
9 |
+
"modules_to_save": null,
|
10 |
+
"peft_type": "LORA",
|
11 |
+
"r": 8,
|
12 |
+
"target_modules": [
|
13 |
+
"W_pack"
|
14 |
+
],
|
15 |
+
"task_type": "CAUSAL_LM"
|
16 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e03b7fd5ac506cbfe23a7e79bc87dc15f4c275d40fdcf6cfc8212dbe650d303
|
3 |
+
size 16799153
|
finetuning_args.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"finetuning_type": "lora",
|
3 |
+
"lora_alpha": 32.0,
|
4 |
+
"lora_dropout": 0.1,
|
5 |
+
"lora_rank": 8,
|
6 |
+
"lora_target": [
|
7 |
+
"W_pack"
|
8 |
+
],
|
9 |
+
"name_module_trainable": "mlp",
|
10 |
+
"num_layer_trainable": 3
|
11 |
+
}
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:152ee3aca754c062f251390579361f32f67f0531280eeb6ef6c8625a6f60f04d
|
3 |
+
size 33608197
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f055ef532d9615678ce59f809fdce3c7a162bf30d44ab096d49fcd6aeaf8a5ec
|
3 |
+
size 14575
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88862538fe1fc914edf34ec55152c47ff077cfd2908b5e03e0f05240f6187ab5
|
3 |
+
size 627
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3637a8c6ca651cfe20d112a4029c7c3dd6a0d51312cd0b59589981c8f09a2863
|
3 |
+
size 3245
|