Temo27Anas commited on
Commit
97bc7e4
1 Parent(s): 31ca88e

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.2,
7
+ "attention_type": "divided_space_time",
8
+ "drop_path_rate": 0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.3,
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": 6,
28
+ "num_channels": 1,
29
+ "num_frames": 150,
30
+ "num_hidden_layers": 6,
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:10d9bb55437709f151db53bee35042fe7dd657480cf8b3d2294e4695d061ebdf
3
+ size 244814436
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa76d6cbfec61eb4a44f10470ee11dba843274ae677bc25eb4684a99e0da378f
3
+ size 4731