robkayinto commited on
Commit
ef2a84d
1 Parent(s): cb05aa8

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -1,21 +1,28 @@
1
  {
 
 
 
 
 
2
  "base_model_name_or_path": "google/vit-base-patch16-224-in21k",
3
  "bias": "none",
4
- "enable_lora": null,
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
7
  "init_lora_weights": true,
 
 
8
  "lora_alpha": 16,
9
  "lora_dropout": 0.1,
10
- "merge_weights": false,
11
  "modules_to_save": [
12
  "classifier"
13
  ],
14
  "peft_type": "LORA",
15
  "r": 16,
 
 
16
  "target_modules": [
17
- "query",
18
- "value"
19
  ],
20
  "task_type": null
21
  }
 
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,
11
  "init_lora_weights": true,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
  "lora_alpha": 16,
15
  "lora_dropout": 0.1,
 
16
  "modules_to_save": [
17
  "classifier"
18
  ],
19
  "peft_type": "LORA",
20
  "r": 16,
21
+ "rank_pattern": {},
22
+ "revision": null,
23
  "target_modules": [
24
+ "value",
25
+ "query"
26
  ],
27
  "task_type": null
28
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4bdbd562a49ad2b2bd8dd7890be1f5ba8a481d68996b48698e2cb4b804ed4599
3
- size 2688263
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f2c50bec02289d02ae292d8cc9d81338ded4e7b4d56e7a16a3432399e220863
3
+ size 2688708
runs/Nov07_22-12-37_c9b676310ea0/events.out.tfevents.1699395213.c9b676310ea0.42319.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c6099fad9059569e79c00f829a67e4a6624198a5ebb8b40f69c4d67a91eca3d
3
+ size 8946
runs/Nov07_22-16-40_c9b676310ea0/events.out.tfevents.1699395427.c9b676310ea0.86475.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e1751388acd92fba828ebf0083812221dffae2a25e32ae24ae6b7e653c0c08a
3
+ size 9263
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:859bb92acff345c096d605a4a320d16e60ac4ca990533f817999c2965891e5e9
3
- size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb010e868a60dee1f1cae0c2159be6d8deeb77e14ba2d7f9d04faa2101ef0992
3
+ size 4600