Sapezb commited on
Commit
803cdfe
1 Parent(s): 00fdb96

Training in progress, step 1000

Browse files
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vivit-b-16x2-kinetics400",
3
+ "architectures": [
4
+ "VivitForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu_fast",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "Neutral",
12
+ "1": "Anger",
13
+ "2": "Disgust",
14
+ "3": "Fear",
15
+ "4": "Happiness",
16
+ "5": "Sadness",
17
+ "6": "Surprise",
18
+ "7": "Other"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "Anger": "1",
25
+ "Disgust": "2",
26
+ "Fear": "3",
27
+ "Happiness": "4",
28
+ "Neutral": "0",
29
+ "Other": "7",
30
+ "Sadness": "5",
31
+ "Surprise": "6"
32
+ },
33
+ "layer_norm_eps": 1e-06,
34
+ "model_type": "vivit",
35
+ "num_attention_heads": 12,
36
+ "num_channels": 3,
37
+ "num_frames": 32,
38
+ "num_hidden_layers": 12,
39
+ "qkv_bias": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.38.2",
42
+ "tubelet_size": [
43
+ 2,
44
+ 16,
45
+ 16
46
+ ],
47
+ "video_size": [
48
+ 32,
49
+ 224,
50
+ 224
51
+ ]
52
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a6b25b99517685f53d8baea8e135bb47a2ca91a8e6aa953582a7da0b4f7f335
3
+ size 354633832
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
+ "image_mean": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "image_processor_type": "VivitImageProcessor",
16
+ "image_std": [
17
+ 0.5,
18
+ 0.5,
19
+ 0.5
20
+ ],
21
+ "offset": true,
22
+ "resample": 2,
23
+ "rescale_factor": 0.00784313725490196,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
runs/Apr14_16-03-28_34b89974212c/events.out.tfevents.1713110609.34b89974212c.3356.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7983e47c6984e04607c0c6760c4442b0f72cd11ed7f16e769c6b66bf67601d37
3
+ size 7005
runs/Apr14_16-04-50_34b89974212c/events.out.tfevents.1713110698.34b89974212c.3356.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbbdbc3d591c223b8b5c7ede118ac2f06a7a257b7419648fec76f13973c8b2bb
3
+ size 17336
runs/Apr14_16-18-13_34b89974212c/events.out.tfevents.1713111496.34b89974212c.3356.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa83c98d7316fb10e1309d01ff432e971dc5b5b2196dde5c767ad707e0d5a65
3
+ size 5141
runs/Apr14_16-18-35_34b89974212c/events.out.tfevents.1713111522.34b89974212c.3356.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9955fc566288fb594b589625d1fc2f3edd8dd8270c620a0e466aaba65891befa
3
+ size 5350
runs/Apr14_16-19-09_34b89974212c/events.out.tfevents.1713111556.34b89974212c.3356.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21406afdec6327558bf403d3aababb9552ae372baba2b7e553aab42eac39a48b
3
+ size 43079
runs/Apr14_16-58-47_34b89974212c/events.out.tfevents.1713113928.34b89974212c.3356.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffce83a4afe943225404066ed289ccb9524db006f2e51585e66d176e971b0fd6
3
+ size 25988
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6078d4c804505426ad46552aa29be0495005258b7a6ac5e3b73f163c03c8b092
3
+ size 4920