pkr7098 commited on
Commit
a459915
1 Parent(s): 8223cb3

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -1,10 +1,10 @@
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,10 +24,11 @@
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
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": {
4
+ "base_model_class": "ViTForImageClassification",
5
+ "parent_library": "transformers.models.vit.modeling_vit"
6
  },
7
+ "base_model_name_or_path": "google/vit-base-patch16-224-in21k",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "value",
28
+ "query"
29
  ],
30
  "task_type": null,
31
+ "use_base_model": true,
32
  "use_bias": true,
33
  "use_dora": false,
34
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25d25cb3c1c51b38ccaa450baa6ad024b44afdc8335f0dceea766b7ee12c6e3e
3
- size 9844948
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a58836425a5fe1163038d355023f86b703b941b4084f987a936036a197520913
3
+ size 9841620
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09e5368381eecfcf037f15f65e6d34c64184a729f291f1ea21c455054992a07d
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a56ec5bc98edd34eb5386203c5917dfa402273b862505b1a08c7d0b22d6375f
3
  size 4984