Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +80 -0
- preprocessor_config.json +26 -0
- pytorch_model.bin +3 -0
- runs/Oct12_12-05-22_continualai-vps/events.out.tfevents.1697112331.continualai-vps.2633983.2 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "NiiCole/timesformer-base-finetuned-k400-continual-lora-ucf101",
|
3 |
+
"architectures": [
|
4 |
+
"TimesformerForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"attention_type": "divided_space_time",
|
8 |
+
"drop_path_rate": 0,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.0,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "ApplyLipstick",
|
14 |
+
"1": "Biking",
|
15 |
+
"2": "BlowDryHair",
|
16 |
+
"3": "BoxingPunchingBag",
|
17 |
+
"4": "BrushingTeeth",
|
18 |
+
"5": "Diving",
|
19 |
+
"6": "Haircut",
|
20 |
+
"7": "HammerThrow",
|
21 |
+
"8": "Hammering",
|
22 |
+
"9": "HandstandWalking",
|
23 |
+
"10": "JumpingJack",
|
24 |
+
"11": "Mixing",
|
25 |
+
"12": "MoppingFloor",
|
26 |
+
"13": "ParallelBars",
|
27 |
+
"14": "PlayingCello",
|
28 |
+
"15": "PlayingDaf",
|
29 |
+
"16": "PlayingPiano",
|
30 |
+
"17": "PlayingTabla",
|
31 |
+
"18": "PlayingViolin",
|
32 |
+
"19": "SoccerPenalty",
|
33 |
+
"20": "Surfing",
|
34 |
+
"21": "TableTennisShot",
|
35 |
+
"22": "Typing",
|
36 |
+
"23": "WallPushups",
|
37 |
+
"24": "YoYo"
|
38 |
+
},
|
39 |
+
"image_size": 224,
|
40 |
+
"initializer_range": 0.02,
|
41 |
+
"intermediate_size": 3072,
|
42 |
+
"label2id": {
|
43 |
+
"ApplyLipstick": 0,
|
44 |
+
"Biking": 1,
|
45 |
+
"BlowDryHair": 2,
|
46 |
+
"BoxingPunchingBag": 3,
|
47 |
+
"BrushingTeeth": 4,
|
48 |
+
"Diving": 5,
|
49 |
+
"Haircut": 6,
|
50 |
+
"HammerThrow": 7,
|
51 |
+
"Hammering": 8,
|
52 |
+
"HandstandWalking": 9,
|
53 |
+
"JumpingJack": 10,
|
54 |
+
"Mixing": 11,
|
55 |
+
"MoppingFloor": 12,
|
56 |
+
"ParallelBars": 13,
|
57 |
+
"PlayingCello": 14,
|
58 |
+
"PlayingDaf": 15,
|
59 |
+
"PlayingPiano": 16,
|
60 |
+
"PlayingTabla": 17,
|
61 |
+
"PlayingViolin": 18,
|
62 |
+
"SoccerPenalty": 19,
|
63 |
+
"Surfing": 20,
|
64 |
+
"TableTennisShot": 21,
|
65 |
+
"Typing": 22,
|
66 |
+
"WallPushups": 23,
|
67 |
+
"YoYo": 24
|
68 |
+
},
|
69 |
+
"layer_norm_eps": 1e-06,
|
70 |
+
"model_type": "timesformer",
|
71 |
+
"num_attention_heads": 12,
|
72 |
+
"num_channels": 3,
|
73 |
+
"num_frames": 8,
|
74 |
+
"num_hidden_layers": 12,
|
75 |
+
"patch_size": 16,
|
76 |
+
"problem_type": "single_label_classification",
|
77 |
+
"qkv_bias": true,
|
78 |
+
"torch_dtype": "float32",
|
79 |
+
"transformers_version": "4.31.0"
|
80 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.45,
|
12 |
+
0.45,
|
13 |
+
0.45
|
14 |
+
],
|
15 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.225,
|
18 |
+
0.225,
|
19 |
+
0.225
|
20 |
+
],
|
21 |
+
"resample": 2,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"shortest_edge": 224
|
25 |
+
}
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:505ba17ee85f1359049e504214a73827e9d880a299d584bb334600342ec808b5
|
3 |
+
size 490012921
|
runs/Oct12_12-05-22_continualai-vps/events.out.tfevents.1697112331.continualai-vps.2633983.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1de265f2d71778e3350179e52735989e8e51540afad4958cc4830c9c1fe4599
|
3 |
+
size 23447
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bda7f6ef444b4416b6eb33a7af59de884dd2dc05b1326debce663cd62b61ff84
|
3 |
+
size 4155
|