asmaa1 commited on
Commit
3c7c24f
1 Parent(s): 377ea6e

Training in progress, epoch 0

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": "! \u0630\u0648\u0642\u0643 \u0631\u0627\u0626\u0639",
16
+ "1": "\u0623\u0631\u062c\u0648\u062d\u0629",
17
+ "2": "\u0625\u062d\u0631\u0627\u062c",
18
+ "3": "\u0627\u062f\u0639\u0649",
19
+ "4": "\u0627\u0633\u062a\u064a\u0631\u0627\u062f",
20
+ "5": "\u0627\u0633\u0637\u0648\u0644",
21
+ "6": "\u0627\u0639\u0627\u0642\u0629 \u0630\u0647\u0646\u064a\u0629",
22
+ "7": "\u0627\u0643\u062a\u0626\u0627\u0628",
23
+ "8": "\u0627\u0644\u062b\u0627\u0646\u064a",
24
+ "9": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621",
25
+ "10": "\u0627\u0644\u0633\u0627\u0628\u0639",
26
+ "11": "\u0627\u0644\u0633\u0645\u0627\u0639\u0629",
27
+ "12": "\u0628\u0637\u0627\u0644\u0629",
28
+ "13": "\u062a\u064a\u0646",
29
+ "14": "\u062e\u0641\u0636",
30
+ "15": "\u0635\u0628\u0627\u062d \u0627\u0644\u0646\u0648\u0631",
31
+ "16": "\u063a\u064a\u0631 \u0645\u0644\u0632\u0645",
32
+ "17": "\u0646\u0627\u062f\u064a \u0627\u0644\u062a\u0639\u0627\u0648\u0646",
33
+ "18": "\u0646\u0627\u062f\u064a \u0627\u0644\u0634\u0628\u0627\u0628",
34
+ "19": "\u0646\u0627\u062f\u064a \u0627\u0644\u0639\u0631\u0628\u064a"
35
+ },
36
+ "image_size": 224,
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 3072,
39
+ "label2id": {
40
+ "! \u0630\u0648\u0642\u0643 \u0631\u0627\u0626\u0639": 0,
41
+ "\u0623\u0631\u062c\u0648\u062d\u0629": 1,
42
+ "\u0625\u062d\u0631\u0627\u062c": 2,
43
+ "\u0627\u062f\u0639\u0649": 3,
44
+ "\u0627\u0633\u062a\u064a\u0631\u0627\u062f": 4,
45
+ "\u0627\u0633\u0637\u0648\u0644": 5,
46
+ "\u0627\u0639\u0627\u0642\u0629 \u0630\u0647\u0646\u064a\u0629": 6,
47
+ "\u0627\u0643\u062a\u0626\u0627\u0628": 7,
48
+ "\u0627\u0644\u062b\u0627\u0646\u064a": 8,
49
+ "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621": 9,
50
+ "\u0627\u0644\u0633\u0627\u0628\u0639": 10,
51
+ "\u0627\u0644\u0633\u0645\u0627\u0639\u0629": 11,
52
+ "\u0628\u0637\u0627\u0644\u0629": 12,
53
+ "\u062a\u064a\u0646": 13,
54
+ "\u062e\u0641\u0636": 14,
55
+ "\u0635\u0628\u0627\u062d \u0627\u0644\u0646\u0648\u0631": 15,
56
+ "\u063a\u064a\u0631 \u0645\u0644\u0632\u0645": 16,
57
+ "\u0646\u0627\u062f\u064a \u0627\u0644\u062a\u0639\u0627\u0648\u0646": 17,
58
+ "\u0646\u0627\u062f\u064a \u0627\u0644\u0634\u0628\u0627\u0628": 18,
59
+ "\u0646\u0627\u062f\u064a \u0627\u0644\u0639\u0631\u0628\u064a": 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.33.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:ac3f4fc825aa8108d38cd536ca7f572d299573644cc63087ad0d419a9c58f36e
3
+ size 345031733
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5039752e5400a1fce8088bfbe92c9f0f8e4107572e22076a0f2b9a15814df97
3
+ size 4091