Training in progress, epoch 1
Browse files
adapter_config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"beta1": 0.85,
|
9 |
+
"beta2": 0.85,
|
10 |
+
"bias": "none",
|
11 |
+
"deltaT": 1,
|
12 |
+
"fan_in_fan_out": false,
|
13 |
+
"inference_mode": true,
|
14 |
+
"init_lora_weights": true,
|
15 |
+
"init_r": 12,
|
16 |
+
"layers_pattern": null,
|
17 |
+
"layers_to_transform": null,
|
18 |
+
"loftq_config": {},
|
19 |
+
"lora_alpha": 16,
|
20 |
+
"lora_dropout": 0.1,
|
21 |
+
"megatron_config": null,
|
22 |
+
"megatron_core": "megatron.core",
|
23 |
+
"modules_to_save": [
|
24 |
+
"classifier"
|
25 |
+
],
|
26 |
+
"orth_reg_weight": 0.5,
|
27 |
+
"peft_type": "ADALORA",
|
28 |
+
"r": 16,
|
29 |
+
"rank_pattern": null,
|
30 |
+
"revision": null,
|
31 |
+
"target_modules": [
|
32 |
+
"query",
|
33 |
+
"value"
|
34 |
+
],
|
35 |
+
"target_r": 8,
|
36 |
+
"task_type": null,
|
37 |
+
"tfinal": 0,
|
38 |
+
"tinit": 0,
|
39 |
+
"total_step": null
|
40 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06e876ce7df274314387df2530a1d7611159d4f1ad368781645cf5cc9afa9b34
|
3 |
+
size 2091372
|
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_22-02-54_028b01b52125/events.out.tfevents.1705010579.028b01b52125.86224.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e6a94657c6239dd666db2d1d7541d2d48988c9a412f8c9c015bd66136b4e5c3
|
3 |
+
size 11453
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42d22548c7f1c4d07ab257b7348e5fc57ecff388de11aaa9f99ae5ed767c3349
|
3 |
+
size 4664
|