Training in progress, epoch 1
Browse files- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- preprocessor_config.json +22 -0
- runs/Sep16_20-41-30_0121d9f2c2d7/events.out.tfevents.1726519292.0121d9f2c2d7.1118.0 +3 -0
- runs/Sep16_20-41-30_0121d9f2c2d7/events.out.tfevents.1726519300.0121d9f2c2d7.1118.1 +3 -0
- runs/Sep16_20-44-00_0121d9f2c2d7/events.out.tfevents.1726519447.0121d9f2c2d7.1118.2 +3 -0
- runs/Sep16_20-44-00_0121d9f2c2d7/events.out.tfevents.1726519508.0121d9f2c2d7.1118.3 +3 -0
- runs/Sep16_20-46-11_0121d9f2c2d7/events.out.tfevents.1726519575.0121d9f2c2d7.1118.4 +3 -0
- runs/Sep16_20-49-55_0121d9f2c2d7/events.out.tfevents.1726519802.0121d9f2c2d7.4154.0 +3 -0
- runs/Sep16_20-49-55_0121d9f2c2d7/events.out.tfevents.1726519940.0121d9f2c2d7.4154.1 +3 -0
- runs/Sep16_20-56-37_0121d9f2c2d7/events.out.tfevents.1726520203.0121d9f2c2d7.4154.2 +3 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_dropout": 0.1,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": [
|
21 |
+
"classifier"
|
22 |
+
],
|
23 |
+
"peft_type": "LORA",
|
24 |
+
"r": 16,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"key",
|
29 |
+
"query"
|
30 |
+
],
|
31 |
+
"task_type": null,
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40b4a1d6db613724b8484e52a9a286213d1eb22e5a2c6c87150aaa0ad3250c16
|
3 |
+
size 3860228
|
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/Sep16_20-41-30_0121d9f2c2d7/events.out.tfevents.1726519292.0121d9f2c2d7.1118.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11ccc6a11eb2ca11f9f71d4b5bd7b0aa36fd99d7afb078606db04a27a08e08c1
|
3 |
+
size 11644
|
runs/Sep16_20-41-30_0121d9f2c2d7/events.out.tfevents.1726519300.0121d9f2c2d7.1118.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a770b8cdc6901a1e341a4c3937f68cae086cee74bbeac55c6fc60f192b71b6d8
|
3 |
+
size 722
|
runs/Sep16_20-44-00_0121d9f2c2d7/events.out.tfevents.1726519447.0121d9f2c2d7.1118.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8792e3e04a6473282f4e9e9bafdd3b19440afe47b66e894b85e28bfece7a804
|
3 |
+
size 11644
|
runs/Sep16_20-44-00_0121d9f2c2d7/events.out.tfevents.1726519508.0121d9f2c2d7.1118.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fbf7d2b2a45c4ea29864090c4ec3d8b8d5f18fef2a51cad931cebb0b29dcd1e
|
3 |
+
size 405
|
runs/Sep16_20-46-11_0121d9f2c2d7/events.out.tfevents.1726519575.0121d9f2c2d7.1118.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48e82d4a84005271be0700f5de78adfc9bbec59dc3eaccacf8ecfd4df1feff20
|
3 |
+
size 10742
|
runs/Sep16_20-49-55_0121d9f2c2d7/events.out.tfevents.1726519802.0121d9f2c2d7.4154.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fc6f7fd47fb97b303daa58f27730542f624b22fc0d03884417f67b4032d0b45
|
3 |
+
size 10900
|
runs/Sep16_20-49-55_0121d9f2c2d7/events.out.tfevents.1726519940.0121d9f2c2d7.4154.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b532598b77a0ab8538a911cb86f003e6c4f726346e99062e5e5bf08386fe87b2
|
3 |
+
size 405
|
runs/Sep16_20-56-37_0121d9f2c2d7/events.out.tfevents.1726520203.0121d9f2c2d7.4154.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d48efc39e48532644a58f7528c90e50d3928513defc4a2975a02ccbde957fd0e
|
3 |
+
size 10077
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d25ca2e60564410691090c2bbabcf8cdf2901f62749d5d77bf50e123ab32185
|
3 |
+
size 5304
|