Ham1mad1 commited on
Commit
bbb71fc
1 Parent(s): f7bdb5f

End of training

Browse files
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: google/vivit-b-16x2-kinetics400
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: vivit-b-16x2-kinetics400-finetuned-ucf101-subset
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # vivit-b-16x2-kinetics400-finetuned-ucf101-subset
15
+
16
+ This model is a fine-tuned version of [google/vivit-b-16x2-kinetics400](https://huggingface.co/google/vivit-b-16x2-kinetics400) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 1
37
+ - eval_batch_size: 1
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - lr_scheduler_warmup_ratio: 0.1
42
+ - training_steps: 20
43
+
44
+ ### Framework versions
45
+
46
+ - Transformers 4.36.2
47
+ - Pytorch 2.1.2+cpu
48
+ - Datasets 2.16.0
49
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": {
11
+ "0": "Defensive Backhand Backspin",
12
+ "1": "Defensive Backhand Block"
13
+ },
14
+ "image_size": 224,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "Defensive Backhand Backspin": 0,
19
+ "Defensive Backhand Block": 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.36.2",
30
+ "tubelet_size": [
31
+ 2,
32
+ 16,
33
+ 16
34
+ ],
35
+ "video_size": [
36
+ 32,
37
+ 224,
38
+ 224
39
+ ]
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b6f7a751b571d91f692ef6cecd6ff5ba50d981b2b60bf5931bd36fefbc58bb6
3
+ size 354615376
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_mean": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "image_processor_type": "VivitImageProcessor",
16
+ "image_std": [
17
+ 0.5,
18
+ 0.5,
19
+ 0.5
20
+ ],
21
+ "offset": true,
22
+ "resample": 2,
23
+ "rescale_factor": 0.00784313725490196,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
runs/Dec24_17-17-35_DESKTOP-UFIEEB7/events.out.tfevents.1703420263.DESKTOP-UFIEEB7.11848.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43a2b7b5dbccdde7c90390b6a9508509d546653e70577c1c79cdf40c9dbe9d28
3
+ size 10137
runs/Dec24_17-41-29_DESKTOP-UFIEEB7/events.out.tfevents.1703421692.DESKTOP-UFIEEB7.15996.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76589fe704ce5c0143744a73a5762cb8f018fac9be33940ba1db94d835acd47b
3
+ size 6244
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3245294cdca9da3c88f8b5f9a20ad694b34944d8da7e01ea12ade9747c0d3f1
3
+ size 4792