Model save
Browse files- README.md +60 -0
- config.json +16 -0
- model.safetensors +3 -0
- runs/Feb07_16-39-59_b5a2435d8e1f/events.out.tfevents.1707324006.b5a2435d8e1f.1121.0 +3 -0
- runs/Feb07_16-40-32_b5a2435d8e1f/events.out.tfevents.1707324038.b5a2435d8e1f.1121.1 +3 -0
- runs/Feb07_16-44-11_b5a2435d8e1f/events.out.tfevents.1707324255.b5a2435d8e1f.6210.0 +3 -0
- runs/Feb07_16-57-45_b5a2435d8e1f/events.out.tfevents.1707325072.b5a2435d8e1f.8447.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Tommidi/st_vit_untrained
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: spatio_temporal_vit-finetuned-ucf101-subset
|
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 |
+
# spatio_temporal_vit-finetuned-ucf101-subset
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [Tommidi/st_vit_untrained](https://huggingface.co/Tommidi/st_vit_untrained) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.1244
|
20 |
+
- Accuracy: 0.9
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 5e-05
|
40 |
+
- train_batch_size: 8
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_ratio: 0.1
|
46 |
+
- training_steps: 37
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.6013 | 1.0 | 37 | 0.1244 | 0.9 |
|
53 |
+
|
54 |
+
|
55 |
+
### Framework versions
|
56 |
+
|
57 |
+
- Transformers 4.37.2
|
58 |
+
- Pytorch 2.1.0+cu121
|
59 |
+
- Datasets 2.16.1
|
60 |
+
- Tokenizers 0.15.1
|
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Tommidi/st_vit_untrained",
|
3 |
+
"architectures": [
|
4 |
+
"ST_Vit"
|
5 |
+
],
|
6 |
+
"model_type": "st_vit",
|
7 |
+
"out_channels": 10,
|
8 |
+
"spatial_vit": {
|
9 |
+
"model_type": "vit"
|
10 |
+
},
|
11 |
+
"temporal_vit": {
|
12 |
+
"model_type": "vit"
|
13 |
+
},
|
14 |
+
"torch_dtype": "float32",
|
15 |
+
"transformers_version": "4.37.2"
|
16 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edadc4961ebfc861bffd5bff5f28d1510e7808243c72f51d0223a7ef0789872a
|
3 |
+
size 688841212
|
runs/Feb07_16-39-59_b5a2435d8e1f/events.out.tfevents.1707324006.b5a2435d8e1f.1121.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab80a902a49d2f074fdb436891255e83b3f91cb9136f9ca5a99a8c8ef738cf7b
|
3 |
+
size 4086
|
runs/Feb07_16-40-32_b5a2435d8e1f/events.out.tfevents.1707324038.b5a2435d8e1f.1121.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7a937e8e4cb056251e7db7da73368e541d5928be3a650c01e3fef0364f7b3df
|
3 |
+
size 88
|
runs/Feb07_16-44-11_b5a2435d8e1f/events.out.tfevents.1707324255.b5a2435d8e1f.6210.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85eaa67361b52c936d8787cdacc5933941c33a62a9de2a17b4eb1b984f4bc23b
|
3 |
+
size 4093
|
runs/Feb07_16-57-45_b5a2435d8e1f/events.out.tfevents.1707325072.b5a2435d8e1f.8447.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba4b10c6da6c9b623fa25391cee5066b9d0f9e10f0e0c86c0dffe3d947d36b4c
|
3 |
+
size 5218
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7231c6f7cce46fe462de90e7e69a467a0827bb076cb31fb85c1bbf3bab046d8
|
3 |
+
size 4792
|