Mel
commited on
Commit
·
d89c1bf
1
Parent(s):
97b8425
Training in progress, epoch 0
Browse files
adapter_config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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",
|
| 8 |
+
"bias": "all",
|
| 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.5,
|
| 16 |
+
"modules_to_save": [
|
| 17 |
+
"classifier"
|
| 18 |
+
],
|
| 19 |
+
"peft_type": "LORA",
|
| 20 |
+
"r": 64,
|
| 21 |
+
"rank_pattern": {},
|
| 22 |
+
"revision": null,
|
| 23 |
+
"target_modules": [
|
| 24 |
+
"key",
|
| 25 |
+
"value",
|
| 26 |
+
"query",
|
| 27 |
+
"original_module"
|
| 28 |
+
],
|
| 29 |
+
"task_type": null
|
| 30 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:910ec79be833f69cdc8a386558ad8d104a7a74ec4d98bbad50dbc6ad4965a298
|
| 3 |
+
size 15361896
|
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/Nov27_11-09-02_6104d9d87c02/events.out.tfevents.1701083348.6104d9d87c02.16008.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf608869bec2429ddecfb7faa8cf2f772e75e72e01b0fe03ee3aacbfc7a79904
|
| 3 |
+
size 18329
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b70f0c53e67c482bd7d7ebd3f3a94534e493f3e48bf2fef60fb8b9b3c9ca6247
|
| 3 |
+
size 4664
|