Temo27Anas commited on
Commit
9bab1c5
1 Parent(s): b03ac60

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +36 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/timesformer-base-finetuned-k400",
3
+ "architectures": [
4
+ "TimesformerForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "attention_type": "divided_space_time",
8
+ "drop_path_rate": 0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "b",
14
+ "1": "p",
15
+ "2": "s"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 1536,
20
+ "label2id": {
21
+ "b": 0,
22
+ "p": 1,
23
+ "s": 2
24
+ },
25
+ "layer_norm_eps": 1e-06,
26
+ "model_type": "timesformer",
27
+ "num_attention_heads": 3,
28
+ "num_channels": 3,
29
+ "num_frames": 64,
30
+ "num_hidden_layers": 3,
31
+ "patch_size": 32,
32
+ "problem_type": "single_label_classification",
33
+ "qkv_bias": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.41.2"
36
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c4e95c34ecbc15a8bd414af4c3942180cd3ed6f68bafefc6fe05b80bfb2348
3
+ size 101995724
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4de7e6bd03e158bcef799357a7d4c0ea8305d7c269670818cacd045473fd6cc
3
+ size 4667