Temo27Anas commited on
Commit
22d2ab3
1 Parent(s): 677aa0e

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.15,
7
+ "attention_type": "divided_space_time",
8
+ "drop_path_rate": 0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.15,
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": 3072,
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": 4,
28
+ "num_channels": 1,
29
+ "num_frames": 198,
30
+ "num_hidden_layers": 4,
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:8f7198ed487300b2196e3688ccafa952eef548b157d63d099da32c5b79a24705
3
+ size 164617908
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d2611999a3f429af12895f0fea07b67cc005c30d9d6eb1d405e938baaca5521
3
+ size 4731