End of training
Browse files- README.md +76 -0
- model.safetensors +1 -1
- runs/Feb13_17-59-32_22d201705fe3/events.out.tfevents.1707847238.22d201705fe3.224.40 +2 -2
- runs/Feb13_18-02-20_22d201705fe3/events.out.tfevents.1707847343.22d201705fe3.224.41 +3 -0
- runs/Feb13_18-03-30_22d201705fe3/events.out.tfevents.1707847420.22d201705fe3.224.42 +3 -0
- runs/Feb13_18-03-30_22d201705fe3/events.out.tfevents.1707847480.22d201705fe3.224.43 +3 -0
- runs/Feb13_18-05-27_22d201705fe3/events.out.tfevents.1707847533.22d201705fe3.224.44 +3 -0
- runs/Feb13_18-06-44_22d201705fe3/events.out.tfevents.1707847607.22d201705fe3.224.45 +3 -0
- runs/Feb13_18-07-41_22d201705fe3/events.out.tfevents.1707847665.22d201705fe3.224.46 +3 -0
- runs/Feb13_18-07-41_22d201705fe3/events.out.tfevents.1707847737.22d201705fe3.224.47 +3 -0
- training_args.bin +1 -1
README.md
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: google/vit-base-patch16-224-in21k
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
datasets:
|
| 7 |
+
- imagefolder
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
model-index:
|
| 11 |
+
- name: vit-emotions
|
| 12 |
+
results:
|
| 13 |
+
- task:
|
| 14 |
+
name: Image Classification
|
| 15 |
+
type: image-classification
|
| 16 |
+
dataset:
|
| 17 |
+
name: imagefolder
|
| 18 |
+
type: imagefolder
|
| 19 |
+
config: default
|
| 20 |
+
split: train
|
| 21 |
+
args: default
|
| 22 |
+
metrics:
|
| 23 |
+
- name: Accuracy
|
| 24 |
+
type: accuracy
|
| 25 |
+
value: 0.5625
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 29 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 30 |
+
|
| 31 |
+
# vit-emotions
|
| 32 |
+
|
| 33 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
| 34 |
+
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 1.2520
|
| 36 |
+
- Accuracy: 0.5625
|
| 37 |
+
|
| 38 |
+
## Model description
|
| 39 |
+
|
| 40 |
+
More information needed
|
| 41 |
+
|
| 42 |
+
## Intended uses & limitations
|
| 43 |
+
|
| 44 |
+
More information needed
|
| 45 |
+
|
| 46 |
+
## Training and evaluation data
|
| 47 |
+
|
| 48 |
+
More information needed
|
| 49 |
+
|
| 50 |
+
## Training procedure
|
| 51 |
+
|
| 52 |
+
### Training hyperparameters
|
| 53 |
+
|
| 54 |
+
The following hyperparameters were used during training:
|
| 55 |
+
- learning_rate: 5e-05
|
| 56 |
+
- train_batch_size: 16
|
| 57 |
+
- eval_batch_size: 8
|
| 58 |
+
- seed: 42
|
| 59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 60 |
+
- lr_scheduler_type: linear
|
| 61 |
+
- num_epochs: 4
|
| 62 |
+
- mixed_precision_training: Native AMP
|
| 63 |
+
|
| 64 |
+
### Training results
|
| 65 |
+
|
| 66 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 67 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 68 |
+
| 0.4894 | 2.5 | 100 | 1.2520 | 0.5625 |
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
### Framework versions
|
| 72 |
+
|
| 73 |
+
- Transformers 4.35.2
|
| 74 |
+
- Pytorch 2.1.0+cu121
|
| 75 |
+
- Datasets 2.17.0
|
| 76 |
+
- Tokenizers 0.15.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a3e13ff45cee39d3cc531082654f5a589f9c67503a622adc093e27f1a8dfecf
|
| 3 |
size 343242432
|
runs/Feb13_17-59-32_22d201705fe3/events.out.tfevents.1707847238.22d201705fe3.224.40
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:f4706adc6df827e1409d8ed441ef8bca3de06a590c910f8d7810620287463252
|
| 3 |
+
size 12808
|
runs/Feb13_18-02-20_22d201705fe3/events.out.tfevents.1707847343.22d201705fe3.224.41
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b667dc102b3739b6bb912919967dd406b14e724c1d8ba7f94b0a44383a69ad5
|
| 3 |
+
size 6372
|
runs/Feb13_18-03-30_22d201705fe3/events.out.tfevents.1707847420.22d201705fe3.224.42
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7acecb651813757f7551dcff01b1137f3cce800a138f04f41fd7cdb321ea0b1
|
| 3 |
+
size 7568
|
runs/Feb13_18-03-30_22d201705fe3/events.out.tfevents.1707847480.22d201705fe3.224.43
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99f68c5a8037d5cd1a79448b4b890694d73b75c2758dc247eb66ff0e75739a8f
|
| 3 |
+
size 6372
|
runs/Feb13_18-05-27_22d201705fe3/events.out.tfevents.1707847533.22d201705fe3.224.44
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c7bd13efd70694b6ceec3fe0a88766aeeb79c0aff8354ec978f7f818927672e
|
| 3 |
+
size 7662
|
runs/Feb13_18-06-44_22d201705fe3/events.out.tfevents.1707847607.22d201705fe3.224.45
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b55cafc311923079de3962ef148602125be2e6794c4e415e133bd649515141a3
|
| 3 |
+
size 6372
|
runs/Feb13_18-07-41_22d201705fe3/events.out.tfevents.1707847665.22d201705fe3.224.46
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e53cdb92cfcda28f4b5e20ce69c05b8e13c383f931a1a0a9e411bec7c8e43cf5
|
| 3 |
+
size 7662
|
runs/Feb13_18-07-41_22d201705fe3/events.out.tfevents.1707847737.22d201705fe3.224.47
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:359d7fe09bf8c6d6bbc109735488977584844705f5e093175b8d6093a3e26fbe
|
| 3 |
+
size 411
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3529eedfa5b74ba0aeae6cc14685b3a678938a1b4a632aaa522b726e1f8d2d16
|
| 3 |
size 4536
|