latif98 commited on
Commit
2950e8b
1 Parent(s): 47e752b

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "0",
16
+ "1": "1",
17
+ "2": "2",
18
+ "3": "3",
19
+ "4": "4",
20
+ "5": "5",
21
+ "6": "6",
22
+ "7": "7",
23
+ "8": "8",
24
+ "9": "9",
25
+ "10": "10"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "0": 0,
32
+ "1": 1,
33
+ "10": 10,
34
+ "2": 2,
35
+ "3": 3,
36
+ "4": 4,
37
+ "5": 5,
38
+ "6": 6,
39
+ "7": 7,
40
+ "8": 8,
41
+ "9": 9
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "model_type": "videomae",
45
+ "norm_pix_loss": true,
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_frames": 16,
49
+ "num_hidden_layers": 12,
50
+ "patch_size": 16,
51
+ "problem_type": "single_label_classification",
52
+ "qkv_bias": true,
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.40.0",
55
+ "tubelet_size": 2,
56
+ "use_mean_pooling": false
57
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f214b49749c0d51d126d89804f54e8a5c7768597045e15d2b9be96cc6b0014f4
3
+ size 344965060
preprocessor_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "videos",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "do_normalize",
12
+ "image_mean",
13
+ "image_std",
14
+ "return_tensors",
15
+ "data_format",
16
+ "input_data_format"
17
+ ],
18
+ "crop_size": {
19
+ "height": 224,
20
+ "width": 224
21
+ },
22
+ "do_center_crop": true,
23
+ "do_normalize": true,
24
+ "do_rescale": true,
25
+ "do_resize": true,
26
+ "image_mean": [
27
+ 0.485,
28
+ 0.456,
29
+ 0.406
30
+ ],
31
+ "image_processor_type": "VideoMAEImageProcessor",
32
+ "image_std": [
33
+ 0.229,
34
+ 0.224,
35
+ 0.225
36
+ ],
37
+ "resample": 2,
38
+ "rescale_factor": 0.00392156862745098,
39
+ "size": {
40
+ "shortest_edge": 224
41
+ }
42
+ }
runs/Apr30_22-47-51_blackhorse/events.out.tfevents.1714497506.blackhorse.5540.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3134b9d50ac1f93f6b062a71ee9dd7555092906b22023fb1c60fb3b7c778f518
3
+ size 5196
runs/Apr30_22-49-21_blackhorse/events.out.tfevents.1714497580.blackhorse.5540.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a46a771daeec6d84c0039b3f2f2001f64fe19c2ba0e0fe4306afd17c8edccc78
3
+ size 5245
runs/Apr30_22-59-34_blackhorse/events.out.tfevents.1714498189.blackhorse.5540.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d3be92d9f7218ae3f0429a70f921b261adc013f115e3d4642dfb3b77353a383
3
+ size 20440
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd1047839953afb6bac07cd8a20360074478e3af499c9435d67ce51cbebc6325
3
+ size 5048