Model save
Browse files- README.md +49 -0
- config.json +48 -0
- model.safetensors +3 -0
- preprocessor_config.json +27 -0
- runs/Jan07_19-59-43_5fdc108cd364/events.out.tfevents.1736280000.5fdc108cd364.1215.3 +3 -0
- runs/Jan07_20-02-33_5fdc108cd364/events.out.tfevents.1736280165.5fdc108cd364.1215.4 +3 -0
- runs/Jan07_20-03-02_5fdc108cd364/events.out.tfevents.1736280191.5fdc108cd364.1215.5 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: google/vivit-b-16x2-kinetics400
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: vivit-b-16x2-kinetics400-finetuned-cricket_shot_detection_NEW_1
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# vivit-b-16x2-kinetics400-finetuned-cricket_shot_detection_NEW_1
|
16 |
+
|
17 |
+
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.
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 5e-06
|
37 |
+
- train_batch_size: 1
|
38 |
+
- eval_batch_size: 1
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- training_steps: 5800
|
43 |
+
|
44 |
+
### Framework versions
|
45 |
+
|
46 |
+
- Transformers 4.47.1
|
47 |
+
- Pytorch 1.13.1+cu117
|
48 |
+
- Datasets 3.2.0
|
49 |
+
- Tokenizers 0.21.0
|
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "cover",
|
12 |
+
"1": "defence",
|
13 |
+
"2": "flick",
|
14 |
+
"3": "hook",
|
15 |
+
"4": "lofted",
|
16 |
+
"5": "pull"
|
17 |
+
},
|
18 |
+
"image_size": 224,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"cover": 0,
|
23 |
+
"defence": 1,
|
24 |
+
"flick": 2,
|
25 |
+
"hook": 3,
|
26 |
+
"lofted": 4,
|
27 |
+
"pull": 5
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 1e-06,
|
30 |
+
"model_type": "vivit",
|
31 |
+
"num_attention_heads": 12,
|
32 |
+
"num_channels": 3,
|
33 |
+
"num_frames": 32,
|
34 |
+
"num_hidden_layers": 12,
|
35 |
+
"qkv_bias": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.47.1",
|
38 |
+
"tubelet_size": [
|
39 |
+
2,
|
40 |
+
16,
|
41 |
+
16
|
42 |
+
],
|
43 |
+
"video_size": [
|
44 |
+
32,
|
45 |
+
224,
|
46 |
+
224
|
47 |
+
]
|
48 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ced4ef594cd099c2be8f474481d73e23817843ab21da4d5b88c2fc895ae43d2
|
3 |
+
size 354627680
|
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/Jan07_19-59-43_5fdc108cd364/events.out.tfevents.1736280000.5fdc108cd364.1215.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87c002b58287662b9ed5cc1c8078a89c51316c0958ea1f754fe8547125ff634b
|
3 |
+
size 11837
|
runs/Jan07_20-02-33_5fdc108cd364/events.out.tfevents.1736280165.5fdc108cd364.1215.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0809dcec5511ef619f70ba5598cca07cf33a321f98208f9792219a4a12ebe84
|
3 |
+
size 4184
|
runs/Jan07_20-03-02_5fdc108cd364/events.out.tfevents.1736280191.5fdc108cd364.1215.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bdfd58ae7f1f60dc53b66d595497f7cc1bdf92f739a8a565d4643aed2260a8d
|
3 |
+
size 4184
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3949fedd6f71ba3fff2fa5660d708bc9b9355a45b89476dd6f069a996014b98
|
3 |
+
size 4987
|