Model save
Browse files
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/vit-base-patch16-224-in21k
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: Image-Arousal-new
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# Image-Arousal-new
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.6535
|
21 |
+
- Accuracy: 0.4591
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0002
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 4
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
52 |
+
| 1.2322 | 0.1855 | 100 | 1.2411 | 0.4452 |
|
53 |
+
| 1.1613 | 0.3711 | 200 | 1.2600 | 0.3987 |
|
54 |
+
| 1.2851 | 0.5566 | 300 | 1.2428 | 0.4052 |
|
55 |
+
| 1.1931 | 0.7421 | 400 | 1.2041 | 0.4559 |
|
56 |
+
| 1.1098 | 0.9276 | 500 | 1.1918 | 0.4586 |
|
57 |
+
| 1.1714 | 1.1132 | 600 | 1.1806 | 0.4721 |
|
58 |
+
| 1.1216 | 1.2987 | 700 | 1.1692 | 0.4651 |
|
59 |
+
| 1.2208 | 1.4842 | 800 | 1.1801 | 0.4614 |
|
60 |
+
| 1.0644 | 1.6698 | 900 | 1.1775 | 0.4596 |
|
61 |
+
| 1.1638 | 1.8553 | 1000 | 1.2031 | 0.4721 |
|
62 |
+
| 0.9559 | 2.0408 | 1100 | 1.2392 | 0.4521 |
|
63 |
+
| 0.8442 | 2.2263 | 1200 | 1.2544 | 0.4661 |
|
64 |
+
| 0.8713 | 2.4119 | 1300 | 1.2792 | 0.4744 |
|
65 |
+
| 0.8442 | 2.5974 | 1400 | 1.2618 | 0.4647 |
|
66 |
+
| 0.831 | 2.7829 | 1500 | 1.3202 | 0.4554 |
|
67 |
+
| 0.7774 | 2.9685 | 1600 | 1.3087 | 0.4572 |
|
68 |
+
| 0.5501 | 3.1540 | 1700 | 1.4975 | 0.4600 |
|
69 |
+
| 0.6069 | 3.3395 | 1800 | 1.5869 | 0.4512 |
|
70 |
+
| 0.4397 | 3.5250 | 1900 | 1.6458 | 0.4387 |
|
71 |
+
| 0.4468 | 3.7106 | 2000 | 1.6341 | 0.4493 |
|
72 |
+
| 0.4198 | 3.8961 | 2100 | 1.6535 | 0.4591 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.40.1
|
78 |
+
- Pytorch 2.2.1+cu121
|
79 |
+
- Datasets 2.19.0
|
80 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343245508
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b511c8915a47fb589c698eb7b2ea4007400e33f110fa76c3c4cfc11a3252bb7
|
3 |
size 343245508
|
runs/May01_12-08-37_36f464ddd2f4/events.out.tfevents.1714565318.36f464ddd2f4.944.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e10372e942f635978e141fcda13fe638954ea777db688ad1bd78fdf2968124e4
|
3 |
+
size 57294
|