NikoK commited on
Commit
dfab716
1 Parent(s): 6fce069

Training in progress, epoch 1

Browse files
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc202b9b200829b4b2fd473ea2eb798bb69728ce2992f819a12816df437521f4
3
+ size 2677140
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Dec31_22-23-33_MININT-AAAGHOQ/events.out.tfevents.1704057819.MININT-AAAGHOQ.2112.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82620ca014bb2b12037338a6eac96445685d8e4b20b04639e1b6786854281b6a
3
+ size 9166
runs/Dec31_23-37-01_MININT-AAAGHOQ/events.out.tfevents.1704062223.MININT-AAAGHOQ.11736.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4471b8e1f60846e30b60a9698a4592aa1336eba3fd2b89e3eb2ed4017a36ad
3
+ size 9483
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d5a5c961bf101ef317be8f46a52df5ea42a932157d8157b15efc0d0a58ec575
3
+ size 4792