yehiawp4 commited on
Commit
a051c44
·
verified ·
1 Parent(s): 7c2de6b

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Anger",
12
+ "1": "Disgust",
13
+ "2": "Fear",
14
+ "3": "Happy",
15
+ "4": "Neutral",
16
+ "5": "Sad",
17
+ "6": "Surprise"
18
+ },
19
+ "image_size": 224,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "Anger": 0,
24
+ "Disgust": 1,
25
+ "Fear": 2,
26
+ "Happy": 3,
27
+ "Neutral": 4,
28
+ "Sad": 5,
29
+ "Surprise": 6
30
+ },
31
+ "layer_norm_eps": 1e-06,
32
+ "model_type": "vivit",
33
+ "num_attention_heads": 12,
34
+ "num_channels": 3,
35
+ "num_frames": 32,
36
+ "num_hidden_layers": 12,
37
+ "qkv_bias": true,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.38.2",
40
+ "tubelet_size": [
41
+ 2,
42
+ 16,
43
+ 16
44
+ ],
45
+ "video_size": [
46
+ 32,
47
+ 224,
48
+ 224
49
+ ]
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8b1f4d8cb745ae22bac27cb2476b971c943bc3e5f94597abe6687686ea6ea33
3
+ size 354630756
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b2c1df94d3cf313daaf185e46f10bb2696d8e6cc4f7163d3f92ec52b9cede2a
3
+ size 4984