Training in progress, epoch 0
Browse files- .gitignore +1 -0
- adapter_config.json +26 -0
- adapter_model.bin +3 -0
- preprocessor_config.json +27 -0
- runs/Sep02_18-38-26_continualai-vps/events.out.tfevents.1693679914.continualai-vps.1208918.0 +3 -0
- runs/Sep06_11-40-01_continualai-vps/events.out.tfevents.1694000407.continualai-vps.1275465.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
adapter_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": {
|
3 |
+
"base_model_class": "VivitForVideoClassification",
|
4 |
+
"parent_library": "transformers.models.vivit.modeling_vivit"
|
5 |
+
},
|
6 |
+
"base_model_name_or_path": "google/vivit-b-16x2-kinetics400",
|
7 |
+
"bias": "none",
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layers_pattern": null,
|
12 |
+
"layers_to_transform": null,
|
13 |
+
"lora_alpha": 8,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"modules_to_save": [
|
16 |
+
"classifier"
|
17 |
+
],
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"query",
|
23 |
+
"key"
|
24 |
+
],
|
25 |
+
"task_type": null
|
26 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:070b42201e5c05c4d04c8a460d4aab6f6482f91403be566517a185661618d27a
|
3 |
+
size 1508615
|
preprocessor_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.5,
|
12 |
+
0.5,
|
13 |
+
0.5
|
14 |
+
],
|
15 |
+
"image_processor_type": "VivitImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.5,
|
18 |
+
0.5,
|
19 |
+
0.5
|
20 |
+
],
|
21 |
+
"offset": true,
|
22 |
+
"resample": 2,
|
23 |
+
"rescale_factor": 0.00784313725490196,
|
24 |
+
"size": {
|
25 |
+
"shortest_edge": 224
|
26 |
+
}
|
27 |
+
}
|
runs/Sep02_18-38-26_continualai-vps/events.out.tfevents.1693679914.continualai-vps.1208918.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c90423cfe9cca2be8b1566b3935248cfa99f2bc83391c210c050a3de8c36302
|
3 |
+
size 38374
|
runs/Sep06_11-40-01_continualai-vps/events.out.tfevents.1694000407.continualai-vps.1275465.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c15ce839a1f8653de746fab162c730a4570ddc2768b31ff1f51cf462a4143f21
|
3 |
+
size 38697
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48335e5e9b693aad5258dd3a104c0757f8cf45f797a50e8d5917a5bc3060e065
|
3 |
+
size 4027
|