Dinh commited on
Commit
d502da1
·
1 Parent(s): 97fd965

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MCG-NJU/videomae-small-finetuned-kinetics",
3
+ "architectures": [
4
+ "VideoMAEForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "decoder_hidden_size": 192,
8
+ "decoder_intermediate_size": 768,
9
+ "decoder_num_attention_heads": 3,
10
+ "decoder_num_hidden_layers": 12,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 384,
14
+ "id2label": {
15
+ "0": "anh",
16
+ "1": "hen gap lai",
17
+ "2": "toi khoe",
18
+ "3": "ong",
19
+ "4": "ba",
20
+ "5": "me",
21
+ "6": "ban khoe k",
22
+ "7": "bo",
23
+ "8": "bac",
24
+ "9": "cai gi",
25
+ "10": "co",
26
+ "11": "ban that tuyet",
27
+ "12": "chu"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 1536,
32
+ "label2id": {
33
+ "anh": 0,
34
+ "ba": 4,
35
+ "bac": 8,
36
+ "ban khoe k": 6,
37
+ "ban that tuyet": 11,
38
+ "bo": 7,
39
+ "cai gi": 9,
40
+ "chu": 12,
41
+ "co": 10,
42
+ "hen gap lai": 1,
43
+ "me": 5,
44
+ "ong": 3,
45
+ "toi khoe": 2
46
+ },
47
+ "layer_norm_eps": 1e-12,
48
+ "model_type": "videomae",
49
+ "norm_pix_loss": true,
50
+ "num_attention_heads": 16,
51
+ "num_channels": 3,
52
+ "num_frames": 16,
53
+ "num_hidden_layers": 12,
54
+ "patch_size": 16,
55
+ "problem_type": "single_label_classification",
56
+ "qkv_bias": true,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.30.2",
59
+ "tubelet_size": 2,
60
+ "use_mean_pooling": true
61
+ }
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:e191660b7a4a850b9753aac0e6f5b32673e763e4eab1fb62c21dd2d3e6c50772
3
+ size 87601997
runs/Jul06_08-26-41_rnd/events.out.tfevents.1688606811.rnd.17352.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:410c83caec15460cc9a8efa1de212cac3bfcffcd51b54e102ffd9f438b11a978
3
+ size 4737
runs/Jul06_08-28-20_rnd/events.out.tfevents.1688606909.rnd.18321.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1788bd91d17d28e2aa042ff55c01b8fd1141b248aedae5788f3b702a4cb89c3
3
+ size 7527
runs/Jul06_08-44-58_rnd/events.out.tfevents.1688607907.rnd.4487.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24d28f4b81adac024f52ccc16470278b3f130b4902ff5240964a326259a593a
3
+ size 4737
runs/Jul06_08-47-42_rnd/events.out.tfevents.1688608071.rnd.6085.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f7dd564f93adbf4ad4617d52df20b53292338d808cf84f2ac68eda7e8b26dc5
3
+ size 24640
runs/Jul06_10-38-34_rnd/events.out.tfevents.1688614772.rnd.19484.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6d8d450d2dadf99580c6dc8c32efcb68feb4272bf3b6c6f0564fbd2d6f0492d
3
+ size 44579
runs/Jul07_11-41-12_rnd/events.out.tfevents.1688704900.rnd.25622.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26a227a2a9831e4e5c087b51def5742c8a43f01b9b5681e74e2f2fcfccf2bdd
3
+ size 41439
runs/Jul07_13-04-42_rnd/events.out.tfevents.1688709894.rnd.31140.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6b3d4cea8f91c95ff56d93970c7d2b8dac94142116c1b1988bcdc7037e56230
3
+ size 44579
runs/Jul07_15-46-14_rnd/events.out.tfevents.1688719588.rnd.16352.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7777f77b888e8753c2a5785299cfc9f26440cb7d21d7ef7e123f9a2bb58ee0a3
3
+ size 44902
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9bc59dea6016a3a52b4b28cf249fc2405b760252e52b75561d5e2d8c8c432ca
3
+ size 4015