Temo27Anas commited on
Commit
1b63d0f
·
verified ·
1 Parent(s): a96f5a1

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": 768,
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": 1,
29
+ "num_frames": 124,
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:79ff5f7ec502792bc413721ecfce864472d7702f834b6cd09cc3e5755a94a14d
3
+ size 81723572
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3471d3e8ea9562a453dd9b118a017b49e8d1d6263e408fb69e8f67851cc3544
3
+ size 4667