Blessing988
commited on
Commit
•
8ac088c
1
Parent(s):
364ad4f
Training in progress, epoch 0
Browse files- config.json +67 -0
- model.safetensors +3 -0
- preprocessor_config.json +27 -0
- runs/Nov28_20-12-55_3390f91a8e7e/events.out.tfevents.1701202730.3390f91a8e7e.1815.0 +3 -0
- runs/Nov28_20-12-55_3390f91a8e7e/events.out.tfevents.1701203035.3390f91a8e7e.1815.1 +3 -0
- runs/Nov28_20-25-07_3390f91a8e7e/events.out.tfevents.1701203121.3390f91a8e7e.1815.2 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-base",
|
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": "Normal Forward Driving",
|
16 |
+
"1": "Drinking",
|
17 |
+
"2": "Phone Call(right)",
|
18 |
+
"3": "Phone Call(left)",
|
19 |
+
"4": "Eating",
|
20 |
+
"5": "Text (Right)",
|
21 |
+
"6": "Text (Left)",
|
22 |
+
"7": "Reaching behind",
|
23 |
+
"8": "Adjust control panel",
|
24 |
+
"9": "Pick up from floor (Driver)",
|
25 |
+
"10": "Pick up from floor (Passenger)",
|
26 |
+
"11": "Talk to passenger at the right",
|
27 |
+
"12": "Talk to passenger at backseat",
|
28 |
+
"13": "yawning",
|
29 |
+
"14": "Hand on head",
|
30 |
+
"15": "Singing or dancing with music"
|
31 |
+
},
|
32 |
+
"image_size": 224,
|
33 |
+
"initializer_range": 0.02,
|
34 |
+
"intermediate_size": 3072,
|
35 |
+
"label2id": {
|
36 |
+
"Adjust control panel": 8,
|
37 |
+
"Drinking": 1,
|
38 |
+
"Eating": 4,
|
39 |
+
"Hand on head": 14,
|
40 |
+
"Normal Forward Driving": 0,
|
41 |
+
"Phone Call(left)": 3,
|
42 |
+
"Phone Call(right)": 2,
|
43 |
+
"Pick up from floor (Driver)": 9,
|
44 |
+
"Pick up from floor (Passenger)": 10,
|
45 |
+
"Reaching behind": 7,
|
46 |
+
"Singing or dancing with music": 15,
|
47 |
+
"Talk to passenger at backseat": 12,
|
48 |
+
"Talk to passenger at the right": 11,
|
49 |
+
"Text (Left)": 6,
|
50 |
+
"Text (Right)": 5,
|
51 |
+
"yawning": 13
|
52 |
+
},
|
53 |
+
"layer_norm_eps": 1e-12,
|
54 |
+
"model_type": "videomae",
|
55 |
+
"norm_pix_loss": true,
|
56 |
+
"num_attention_heads": 12,
|
57 |
+
"num_channels": 3,
|
58 |
+
"num_frames": 16,
|
59 |
+
"num_hidden_layers": 12,
|
60 |
+
"patch_size": 16,
|
61 |
+
"problem_type": "single_label_classification",
|
62 |
+
"qkv_bias": true,
|
63 |
+
"torch_dtype": "float32",
|
64 |
+
"transformers_version": "4.35.2",
|
65 |
+
"tubelet_size": 2,
|
66 |
+
"use_mean_pooling": false
|
67 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92f56efbff30187acda016f8141984c9ea5dd232ce58293968b5ec70e7a4ac76
|
3 |
+
size 344980440
|
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 |
+
"feature_extractor_type": "VideoMAEFeatureExtractor",
|
11 |
+
"image_mean": [
|
12 |
+
0.485,
|
13 |
+
0.456,
|
14 |
+
0.406
|
15 |
+
],
|
16 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
17 |
+
"image_std": [
|
18 |
+
0.229,
|
19 |
+
0.224,
|
20 |
+
0.225
|
21 |
+
],
|
22 |
+
"resample": 2,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"shortest_edge": 224
|
26 |
+
}
|
27 |
+
}
|
runs/Nov28_20-12-55_3390f91a8e7e/events.out.tfevents.1701202730.3390f91a8e7e.1815.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60cee500b9fe028eb6c4d0d83d53daa4313d6ea7ccfc80d2db3faf5e8f1efe7d
|
3 |
+
size 10746
|
runs/Nov28_20-12-55_3390f91a8e7e/events.out.tfevents.1701203035.3390f91a8e7e.1815.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98e53519d453a097724ccd11c7d36c676f876262a5f20b76d8b80168a9f0c476
|
3 |
+
size 5417
|
runs/Nov28_20-25-07_3390f91a8e7e/events.out.tfevents.1701203121.3390f91a8e7e.1815.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97d2cb27884b81d025733e2c4fe22e28e0efa2cd288ccec6f5fba30b46264a49
|
3 |
+
size 7902
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a371d444710ea048e182b011ef37d4a527ec1270411db9e0b46863f0d83723f
|
3 |
+
size 4600
|