Andyrasika
commited on
Commit
·
94188cf
1
Parent(s):
7342e5d
Upload model
Browse files- README.md +2 -0
- adapter_config.json +26 -0
- adapter_model.bin +3 -0
README.md
CHANGED
@@ -23,6 +23,7 @@ model-index:
|
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
value: 0.855973597359736
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -75,6 +76,7 @@ The following hyperparameters were used during training:
|
|
75 |
|
76 |
### Framework versions
|
77 |
|
|
|
78 |
- Transformers 4.32.0.dev0
|
79 |
- Pytorch 2.0.0
|
80 |
- Datasets 2.1.0
|
|
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
value: 0.855973597359736
|
26 |
+
library_name: peft
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
+
- PEFT 0.5.0.dev0
|
80 |
- Transformers 4.32.0.dev0
|
81 |
- Pytorch 2.0.0
|
82 |
- Datasets 2.1.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:dbb9d96e81620f7b3ea192cd0771b30ba202452c1f71f5060da1c87c707fa565
|
3 |
+
size 2688263
|