Commit
·
c17937f
1
Parent(s):
741e041
Upload model
Browse files- README.md +10 -0
- adapter_config.json +26 -0
- adapter_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
---
|
| 4 |
+
## Training procedure
|
| 5 |
+
|
| 6 |
+
### Framework versions
|
| 7 |
+
|
| 8 |
+
- PEFT 0.4.0
|
| 9 |
+
|
| 10 |
+
- PEFT 0.4.0
|
adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": {
|
| 3 |
+
"base_model_class": "ViTForImageClassification",
|
| 4 |
+
"parent_library": "transformers.models.vit.modeling_vit"
|
| 5 |
+
},
|
| 6 |
+
"base_model_name_or_path": "google/vit-base-patch16-224-in21k",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"fan_in_fan_out": false,
|
| 9 |
+
"inference_mode": true,
|
| 10 |
+
"init_lora_weights": true,
|
| 11 |
+
"layers_pattern": null,
|
| 12 |
+
"layers_to_transform": null,
|
| 13 |
+
"lora_alpha": 16,
|
| 14 |
+
"lora_dropout": 0.1,
|
| 15 |
+
"modules_to_save": [
|
| 16 |
+
"classifier"
|
| 17 |
+
],
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 16,
|
| 20 |
+
"revision": null,
|
| 21 |
+
"target_modules": [
|
| 22 |
+
"query",
|
| 23 |
+
"value"
|
| 24 |
+
],
|
| 25 |
+
"task_type": null
|
| 26 |
+
}
|
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92820ebf206cb80fc0afd150df0b05113d6e9ecd3e2d0d10eda2ccaa4fb48378
|
| 3 |
+
size 2688263
|