NiiCole commited on
Commit
8619261
1 Parent(s): ab93ac3

Training in progress, epoch 0

Browse files
.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:78962a4dc8e5e7654950fe266710bb1d08dab582dbc9b6e5df35cfaab83cb490
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/Aug30_13-53-07_continualai-vps/events.out.tfevents.1693403592.continualai-vps.1154834.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b56222f964133b8a7ebe96efd1930cb3d77fe69efaac1265dae1ef6efc87b60f
3
+ size 9293
runs/Aug30_13-55-55_continualai-vps/events.out.tfevents.1693403761.continualai-vps.1155790.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:020788f48c9af92c234e6d0ce6a27195964a9731d133cde7ecfcc6d2c765f029
3
+ size 38426
runs/Aug30_19-00-47_continualai-vps/events.out.tfevents.1693422052.continualai-vps.1162355.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a8bd658daa7c9bc63dedf05164eda25b0582811db69fb3c352479d0d854ffbd
3
+ size 38426
runs/Aug31_01-46-03_continualai-vps/events.out.tfevents.1693446369.continualai-vps.1169028.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df752cebd27b527ffc463b527a58618240c8ad76f189daf2f0e264996fcc1788
3
+ size 38426
runs/Aug31_09-41-35_continualai-vps/events.out.tfevents.1693474900.continualai-vps.1180676.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:245483687c3e7133ad00095e5fa90d4d1d60f1e486c8778de4aec3df7035f408
3
+ size 38749
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27e911d2cd48ee2697130be4aa770f1bf2f4dde75fb1981295951c5e75149de9
3
+ size 4091