Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-base-finetuned-kinetics",
|
3 |
+
"architectures": [
|
4 |
+
"VideoMAEForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"decoder_hidden_size": 384,
|
8 |
+
"decoder_intermediate_size": 1536,
|
9 |
+
"decoder_num_attention_heads": 6,
|
10 |
+
"decoder_num_hidden_layers": 4,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "SK",
|
16 |
+
"1": "lupper",
|
17 |
+
"2": "LBRound",
|
18 |
+
"3": "rhook",
|
19 |
+
"4": "LElbow",
|
20 |
+
"5": "Teep",
|
21 |
+
"6": "rupper",
|
22 |
+
"7": "cross",
|
23 |
+
"8": "HM",
|
24 |
+
"9": "LKnee",
|
25 |
+
"10": "lhook",
|
26 |
+
"11": "jab",
|
27 |
+
"12": "RKnee",
|
28 |
+
"13": "Check",
|
29 |
+
"14": "RLRound",
|
30 |
+
"15": "RElbow",
|
31 |
+
"16": "RBRound",
|
32 |
+
"17": "Sidekick"
|
33 |
+
},
|
34 |
+
"image_size": 224,
|
35 |
+
"initializer_range": 0.02,
|
36 |
+
"intermediate_size": 3072,
|
37 |
+
"label2id": {
|
38 |
+
"Check": 13,
|
39 |
+
"HM": 8,
|
40 |
+
"LBRound": 2,
|
41 |
+
"LElbow": 4,
|
42 |
+
"LKnee": 9,
|
43 |
+
"RBRound": 16,
|
44 |
+
"RElbow": 15,
|
45 |
+
"RKnee": 12,
|
46 |
+
"RLRound": 14,
|
47 |
+
"SK": 0,
|
48 |
+
"Sidekick": 17,
|
49 |
+
"Teep": 5,
|
50 |
+
"cross": 7,
|
51 |
+
"jab": 11,
|
52 |
+
"lhook": 10,
|
53 |
+
"lupper": 1,
|
54 |
+
"rhook": 3,
|
55 |
+
"rupper": 6
|
56 |
+
},
|
57 |
+
"layer_norm_eps": 1e-12,
|
58 |
+
"model_type": "videomae",
|
59 |
+
"norm_pix_loss": false,
|
60 |
+
"num_attention_heads": 12,
|
61 |
+
"num_channels": 3,
|
62 |
+
"num_frames": 16,
|
63 |
+
"num_hidden_layers": 12,
|
64 |
+
"patch_size": 16,
|
65 |
+
"problem_type": "single_label_classification",
|
66 |
+
"qkv_bias": true,
|
67 |
+
"torch_dtype": "float32",
|
68 |
+
"transformers_version": "4.47.0.dev0",
|
69 |
+
"tubelet_size": 2,
|
70 |
+
"use_mean_pooling": true
|
71 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00169acb29d1c7516603ad484808b32e7d65783af58d365794f5b3620ad6411e
|
3 |
+
size 344986552
|
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.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.229,
|
18 |
+
0.224,
|
19 |
+
0.225
|
20 |
+
],
|
21 |
+
"resample": 2,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"shortest_edge": 224
|
25 |
+
}
|
26 |
+
}
|
runs/Nov26_23-49-10_29fc5810b4c5/events.out.tfevents.1732664956.29fc5810b4c5.15852.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99bff24da57b56b07e681862a90a774fce9c311233b4f2ec2a00991ea662430a
|
3 |
+
size 13956
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20dce62242fa34746ff23485a45f87cbeaba438b56a90ccc88d08e736fc19210
|
3 |
+
size 5432
|