Upload model
Browse files- adapter_config.json +4 -7
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"auto_mapping": {
|
| 3 |
-
"base_model_class": "
|
| 4 |
-
"parent_library": "timm.models.
|
| 5 |
},
|
| 6 |
"base_model_name_or_path": null,
|
| 7 |
"bias": "none",
|
|
@@ -19,12 +19,9 @@
|
|
| 19 |
"r": 16,
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"
|
| 23 |
-
"k_proj",
|
| 24 |
-
"v_proj",
|
| 25 |
"proj",
|
| 26 |
-
"
|
| 27 |
-
"fc1_x",
|
| 28 |
"fc2"
|
| 29 |
],
|
| 30 |
"task_type": null
|
|
|
|
| 1 |
{
|
| 2 |
"auto_mapping": {
|
| 3 |
+
"base_model_class": "Beit",
|
| 4 |
+
"parent_library": "timm.models.beit"
|
| 5 |
},
|
| 6 |
"base_model_name_or_path": null,
|
| 7 |
"bias": "none",
|
|
|
|
| 19 |
"r": 16,
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
+
"qkv",
|
|
|
|
|
|
|
| 23 |
"proj",
|
| 24 |
+
"fc1",
|
|
|
|
| 25 |
"fc2"
|
| 26 |
],
|
| 27 |
"task_type": null
|
adapter_model.bin
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:a006094ea182d9e089d81a1866a32c2b10c755771316d9595def6897ba2bb4f8
|
| 3 |
+
size 25352221
|