Temo27Anas commited on
Commit
3b7f0ef
1 Parent(s): ce5d282

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +37 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 384,
10
+ "id2label": {
11
+ "0": "b",
12
+ "1": "p",
13
+ "2": "s"
14
+ },
15
+ "image_size": 224,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "b": 0,
20
+ "p": 1,
21
+ "s": 2
22
+ },
23
+ "layer_norm_eps": 1e-06,
24
+ "model_type": "vivit",
25
+ "num_attention_heads": 3,
26
+ "num_channels": 1,
27
+ "num_frames": 198,
28
+ "num_hidden_layers": 3,
29
+ "qkv_bias": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.41.2",
32
+ "tubelet_size": [
33
+ 32,
34
+ 16,
35
+ 16
36
+ ]
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1475f156d21a086bd3189be2570bd5d279393f36cf1ae043e87f56acac61e968
3
+ size 49875748
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2e8d53b8364db6236aa302c53f9b8d57a901108308906e616117a980645931
3
+ size 4667