huahua1 commited on
Commit
a69638d
1 Parent(s): 7a26dbb

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "others",
16
+ "1": "disgust",
17
+ "2": "repression",
18
+ "3": "happiness",
19
+ "4": "surprise",
20
+ "5": "fear",
21
+ "6": "sadness"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "disgust": 1,
28
+ "fear": 5,
29
+ "happiness": 3,
30
+ "others": 0,
31
+ "repression": 2,
32
+ "sadness": 6,
33
+ "surprise": 4
34
+ },
35
+ "layer_norm_eps": 1e-12,
36
+ "model_type": "videomae",
37
+ "norm_pix_loss": true,
38
+ "num_attention_heads": 12,
39
+ "num_channels": 3,
40
+ "num_frames": 16,
41
+ "num_hidden_layers": 12,
42
+ "patch_size": 16,
43
+ "problem_type": "single_label_classification",
44
+ "qkv_bias": true,
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.45.0",
47
+ "tubelet_size": 2,
48
+ "use_mean_pooling": false
49
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e72bd43f51773f33a7f002451d01cd79ae8bcb8680c797d2b217756d86ec86
3
+ size 344952756
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/Sep28_09-05-44_DESKTOP-J74U6GU/events.out.tfevents.1727485548.DESKTOP-J74U6GU ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b56f4f71b05290dc27faf4a6db51b587a060647e8853d091566213df30514bc
3
+ size 5090
runs/Sep28_09-08-14_DESKTOP-J74U6GU/events.out.tfevents.1727485708.DESKTOP-J74U6GU ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf5147913874fb4174e3420245264d61733652fad20affd373775ea2f4899659
3
+ size 5090
runs/Sep28_09-21-37_DESKTOP-J74U6GU/events.out.tfevents.1727486503.DESKTOP-J74U6GU ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b05ff8719a46896ed29161adaa69e8d50457b61ad88994a05677a06d46e96ca
3
+ size 5090
runs/Sep28_09-22-05_DESKTOP-J74U6GU/events.out.tfevents.1727486530.DESKTOP-J74U6GU ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab8051fb1f87a13f74c775c92c1a7c6fa23956b7e2b9cf43859b89e717a0aadb
3
+ size 5089
runs/Sep28_09-25-42_DESKTOP-J74U6GU/events.out.tfevents.1727486756.DESKTOP-J74U6GU ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f3a30f2264ddf1a734e740e5a2389a3c8617e4272378062fc82fe81eb0899f
3
+ size 5089
runs/Sep28_09-25-46_DESKTOP-J74U6GU/events.out.tfevents.1727486757.DESKTOP-J74U6GU ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:038a1df4488a29ebd84222e123bbc71874234d3a222e295345aac564ae00e66d
3
+ size 5089
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82a55e8e660d9448f47085079a56f072cc10adfab171c56e675d0ce58e12c01c
3
+ size 5240