Training in progress, epoch 1
Browse files
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha": 16,
|
3 |
+
"alpha_pattern": {},
|
4 |
+
"auto_mapping": {
|
5 |
+
"base_model_class": "ViTForImageClassification",
|
6 |
+
"parent_library": "transformers.models.vit.modeling_vit"
|
7 |
+
},
|
8 |
+
"base_model_name_or_path": "google/vit-base-patch16-224-in21k",
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_weights": true,
|
11 |
+
"layers_pattern": null,
|
12 |
+
"layers_to_transform": null,
|
13 |
+
"module_dropout": 0.1,
|
14 |
+
"modules_to_save": [
|
15 |
+
"classifier"
|
16 |
+
],
|
17 |
+
"peft_type": "LOHA",
|
18 |
+
"r": 16,
|
19 |
+
"rank_dropout": 0.0,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"query",
|
24 |
+
"value"
|
25 |
+
],
|
26 |
+
"task_type": null,
|
27 |
+
"use_effective_conv2d": false
|
28 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e64e54c72ba14eb5ab3dacdd31f085a19121555e62ced8724b6ee8c129778d7
|
3 |
+
size 5043020
|
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/Jan11_16-46-56_028b01b52125/events.out.tfevents.1704991681.028b01b52125.1028.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc32d4949f68516bcb9448c0ffadb0c4a7a102356937905b4219a497dc22b070
|
3 |
+
size 11444
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea7a14687cd5c35d374a017dcde8fe594bb0e37d150083f5faf4802c544b1e82
|
3 |
+
size 4664
|