gridflowai
commited on
Commit
·
1831053
1
Parent(s):
6ca67fe
Training in progress, epoch 1
Browse files- adapter_config.json +28 -0
- adapter_model.safetensors +3 -0
- preprocessor_config.json +22 -0
- runs/Nov16_06-38-14_4087480caf77/events.out.tfevents.1700117581.4087480caf77.269.0 +3 -0
- runs/Nov16_06-38-14_4087480caf77/events.out.tfevents.1700119086.4087480caf77.269.1 +3 -0
- runs/Nov16_07-25-18_4087480caf77/events.out.tfevents.1700119588.4087480caf77.14110.0 +3 -0
- runs/Nov16_07-25-18_4087480caf77/events.out.tfevents.1700122834.4087480caf77.14110.1 +3 -0
- training_args.bin +3 -0
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:101bdda88a30638a03a2227840b2a2a3bf74c0b917c975170ae10f2b336767d9
|
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/Nov16_06-38-14_4087480caf77/events.out.tfevents.1700117581.4087480caf77.269.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dda4b4f9adceee85c3ab9779be2086b591a93e65ca03e8fd6e7806220592cf7
|
3 |
+
size 9020
|
runs/Nov16_06-38-14_4087480caf77/events.out.tfevents.1700119086.4087480caf77.269.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b10a25a5fe3138359da59eff67a1f2b5535ee8263c31fd80a22ae161eb8dbcc3
|
3 |
+
size 9020
|
runs/Nov16_07-25-18_4087480caf77/events.out.tfevents.1700119588.4087480caf77.14110.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a1dbcf2013b6ceb18b5ee4cb7744330fa2060bf07521426c4ee90551679e4dd
|
3 |
+
size 9020
|
runs/Nov16_07-25-18_4087480caf77/events.out.tfevents.1700122834.4087480caf77.14110.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f73ee36001f0fcd07e93e4aa1145b1c90050474d36f945988d7c5ac4d9d13b4
|
3 |
+
size 18269
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0223b73a93dfc428fbd172c09d6b707cf4f54fa53200805e0472e0038f883790
|
3 |
+
size 4664
|