Training in progress, epoch 0
Browse files- adapter_config.json +5 -6
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
-
"base_model_class": "
|
5 |
-
"parent_library": "
|
6 |
},
|
7 |
-
"base_model_name_or_path":
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
@@ -24,11 +24,10 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"
|
28 |
-
"query"
|
29 |
],
|
30 |
"task_type": null,
|
31 |
-
"use_base_model":
|
32 |
"use_bias": true,
|
33 |
"use_dora": false,
|
34 |
"use_rslora": false
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
+
"base_model_class": "PeftModel",
|
5 |
+
"parent_library": "peft.peft_model"
|
6 |
},
|
7 |
+
"base_model_name_or_path": null,
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"base_layer"
|
|
|
28 |
],
|
29 |
"task_type": null,
|
30 |
+
"use_base_model": false,
|
31 |
"use_bias": true,
|
32 |
"use_dora": false,
|
33 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad1cde90cec1d0b22d315923a10769ae09c70c0342f4d417d24c19c9e37943f8
|
3 |
+
size 9844948
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09e5368381eecfcf037f15f65e6d34c64184a729f291f1ea21c455054992a07d
|
3 |
size 4984
|