update model card README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
datasets:
|
| 6 |
-
-
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
|
@@ -13,15 +13,15 @@ model-index:
|
|
| 13 |
name: Image Classification
|
| 14 |
type: image-classification
|
| 15 |
dataset:
|
| 16 |
-
name:
|
| 17 |
-
type:
|
| 18 |
-
config:
|
| 19 |
-
split:
|
| 20 |
-
args:
|
| 21 |
metrics:
|
| 22 |
- name: Accuracy
|
| 23 |
type: accuracy
|
| 24 |
-
value: 0.
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -29,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 29 |
|
| 30 |
# train_model_yonsei
|
| 31 |
|
| 32 |
-
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
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
-
- Loss: 0.
|
| 35 |
-
- Accuracy: 0.
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
@@ -66,21 +66,21 @@ The following hyperparameters were used during training:
|
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
-
| 1.
|
| 70 |
-
|
|
| 71 |
-
|
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.
|
| 77 |
-
| 0.
|
| 78 |
-
| 0.
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|
| 82 |
|
| 83 |
- Transformers 4.30.2
|
| 84 |
- Pytorch 2.0.1+cu118
|
| 85 |
-
- Datasets 2.13.
|
| 86 |
- Tokenizers 0.13.3
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
datasets:
|
| 6 |
+
- imagefolder
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
|
|
|
| 13 |
name: Image Classification
|
| 14 |
type: image-classification
|
| 15 |
dataset:
|
| 16 |
+
name: imagefolder
|
| 17 |
+
type: imagefolder
|
| 18 |
+
config: dataset
|
| 19 |
+
split: test
|
| 20 |
+
args: dataset
|
| 21 |
metrics:
|
| 22 |
- name: Accuracy
|
| 23 |
type: accuracy
|
| 24 |
+
value: 0.87
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 29 |
|
| 30 |
# train_model_yonsei
|
| 31 |
|
| 32 |
+
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.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
+
- Loss: 0.5148
|
| 35 |
+
- Accuracy: 0.87
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
|
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
+
| 1.5711 | 0.98 | 11 | 1.4796 | 0.69 |
|
| 70 |
+
| 1.3855 | 1.96 | 22 | 1.2302 | 0.74 |
|
| 71 |
+
| 1.1544 | 2.93 | 33 | 1.0229 | 0.77 |
|
| 72 |
+
| 0.9292 | 4.0 | 45 | 0.8371 | 0.8 |
|
| 73 |
+
| 0.7715 | 4.98 | 56 | 0.7186 | 0.84 |
|
| 74 |
+
| 0.6521 | 5.96 | 67 | 0.6353 | 0.85 |
|
| 75 |
+
| 0.5736 | 6.93 | 78 | 0.5895 | 0.86 |
|
| 76 |
+
| 0.4745 | 8.0 | 90 | 0.5891 | 0.85 |
|
| 77 |
+
| 0.4361 | 8.98 | 101 | 0.5370 | 0.87 |
|
| 78 |
+
| 0.4431 | 9.78 | 110 | 0.5148 | 0.87 |
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|
| 82 |
|
| 83 |
- Transformers 4.30.2
|
| 84 |
- Pytorch 2.0.1+cu118
|
| 85 |
+
- Datasets 2.13.1
|
| 86 |
- Tokenizers 0.13.3
|