skywalker290 commited on
Commit
01e28cf
·
verified ·
1 Parent(s): 6de5445

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:903608ecd4633f039e8b8b6a2d5ea37147691e809cd0e8690c1097787220fcab
3
- size 485072256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e88fb678eba599b8e3b259fe292d101874d8883548e6cb719bd452a2842e93b
3
+ size 354615376
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1805980ec3cb2dd98d906644744c72e815b7396d114e166da66365f259eb46ba
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0cbba7a357077adc7cee6898192854bb85ec42ee13082c08f384f8aa700a5c9
3
  size 5304