AnhLedger commited on
Commit
4873ae0
1 Parent(s): 5ad4e95

Upload 4 files

Browse files
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "A\u0306n",
16
+ "1": "Ban nga\u0300y",
17
+ "2": "Ban \u0111e\u0302m",
18
+ "3": "Ba\u0323n",
19
+ "4": "Bo\u0302\u0301",
20
+ "5": "Ca\u0309m o\u031bn",
21
+ "6": "Cho\u031bi",
22
+ "7": "Cu\u031bo\u031b\u0300i",
23
+ "8": "Kho\u0301c",
24
+ "9": "La\u0300m vie\u0323\u0302c",
25
+ "10": "Me\u0323",
26
+ "11": "Mo\u0302\u0303i nga\u0300y",
27
+ "12": "Sa\u0301ch",
28
+ "13": "To\u0302i",
29
+ "14": "Vie\u0302\u0301t",
30
+ "15": "Xem",
31
+ "16": "Xin cha\u0300o",
32
+ "17": "Xin lo\u0302\u0303i",
33
+ "18": "\u0110i",
34
+ "19": "\u0110i ho\u0323c"
35
+ },
36
+ "image_size": 224,
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 3072,
39
+ "label2id": {
40
+ "A\u0306n": 0,
41
+ "Ban nga\u0300y": 1,
42
+ "Ban \u0111e\u0302m": 2,
43
+ "Ba\u0323n": 3,
44
+ "Bo\u0302\u0301": 4,
45
+ "Ca\u0309m o\u031bn": 5,
46
+ "Cho\u031bi": 6,
47
+ "Cu\u031bo\u031b\u0300i": 7,
48
+ "Kho\u0301c": 8,
49
+ "La\u0300m vie\u0323\u0302c": 9,
50
+ "Me\u0323": 10,
51
+ "Mo\u0302\u0303i nga\u0300y": 11,
52
+ "Sa\u0301ch": 12,
53
+ "To\u0302i": 13,
54
+ "Vie\u0302\u0301t": 14,
55
+ "Xem": 15,
56
+ "Xin cha\u0300o": 16,
57
+ "Xin lo\u0302\u0303i": 17,
58
+ "\u0110i": 18,
59
+ "\u0110i ho\u0323c": 19
60
+ },
61
+ "layer_norm_eps": 1e-12,
62
+ "model_type": "videomae",
63
+ "norm_pix_loss": true,
64
+ "num_attention_heads": 12,
65
+ "num_channels": 3,
66
+ "num_frames": 16,
67
+ "num_hidden_layers": 12,
68
+ "patch_size": 16,
69
+ "problem_type": "single_label_classification",
70
+ "qkv_bias": true,
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.30.0",
73
+ "tubelet_size": 2,
74
+ "use_mean_pooling": false
75
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5c9c930c461fbf7e28d1e506ce8e4a08410e3a26c004e296e931b2cdc542c60
3
+ size 345034293
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9244e800ffbd92379b525015bb89f779c9e73ecd34803b91542ba481428432c9
3
+ size 3963