skywalker290 commited on
Commit
63bef9b
·
verified ·
1 Parent(s): f6ec553

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +16 -10
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,12 +1,10 @@
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": {
@@ -21,14 +19,22 @@
21
  "Normal": 1
22
  },
23
  "layer_norm_eps": 1e-06,
24
- "model_type": "timesformer",
25
  "num_attention_heads": 12,
26
  "num_channels": 3,
27
- "num_frames": 8,
28
  "num_hidden_layers": 12,
29
- "patch_size": 16,
30
- "problem_type": "single_label_classification",
31
  "qkv_bias": true,
32
  "torch_dtype": "float32",
33
- "transformers_version": "4.46.2"
 
 
 
 
 
 
 
 
 
 
34
  }
 
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": 768,
10
  "id2label": {
 
19
  "Normal": 1
20
  },
21
  "layer_norm_eps": 1e-06,
22
+ "model_type": "vivit",
23
  "num_attention_heads": 12,
24
  "num_channels": 3,
25
+ "num_frames": 32,
26
  "num_hidden_layers": 12,
 
 
27
  "qkv_bias": true,
28
  "torch_dtype": "float32",
29
+ "transformers_version": "4.46.2",
30
+ "tubelet_size": [
31
+ 2,
32
+ 16,
33
+ 16
34
+ ],
35
+ "video_size": [
36
+ 32,
37
+ 224,
38
+ 224
39
+ ]
40
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e13013a2ac84f1166e04bedf4790ae9531ce6d97f18da2822009ca4d57eaa770
3
- size 485072256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6639d1f6994799d5439f4ee122b678578c63eed52ee23c7f916b913e4e8e392
3
+ size 354615376
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:409dc7690a1b40cd5006f55398f540e9d87e4b8b85467159b8e010c39e6789d9
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdb8bb6b0772209f95dd99dcd2966e8f2c0529e6d4d6b3f47ed830e6ae271b6f
3
  size 5304