Model save
Browse files- README.md +3 -5
- config.json +0 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -3,8 +3,6 @@ library_name: transformers
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: google/vit-base-patch16-224-in21k
|
| 5 |
tags:
|
| 6 |
-
- image-classification
|
| 7 |
-
- vision
|
| 8 |
- generated_from_trainer
|
| 9 |
datasets:
|
| 10 |
- imagefolder
|
|
@@ -25,7 +23,7 @@ model-index:
|
|
| 25 |
metrics:
|
| 26 |
- name: Accuracy
|
| 27 |
type: accuracy
|
| 28 |
-
value: 0.
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -35,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 35 |
|
| 36 |
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.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
-
-
|
| 39 |
-
-
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: google/vit-base-patch16-224-in21k
|
| 5 |
tags:
|
|
|
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
- imagefolder
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
+
value: 0.9774436090225563
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 33 |
|
| 34 |
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.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Accuracy: 0.9774
|
| 37 |
+
- Loss: 0.0837
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
config.json
CHANGED
|
@@ -28,7 +28,6 @@
|
|
| 28 |
"num_channels": 3,
|
| 29 |
"num_hidden_layers": 12,
|
| 30 |
"patch_size": 16,
|
| 31 |
-
"problem_type": "single_label_classification",
|
| 32 |
"qkv_bias": true,
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
"transformers_version": "4.45.0.dev0"
|
|
|
|
| 28 |
"num_channels": 3,
|
| 29 |
"num_hidden_layers": 12,
|
| 30 |
"patch_size": 16,
|
|
|
|
| 31 |
"qkv_bias": true,
|
| 32 |
"torch_dtype": "float32",
|
| 33 |
"transformers_version": "4.45.0.dev0"
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9f8fdc610367a406bad838b39564fb50bc65e957201558465f4a71bb8a32799
|
| 3 |
size 5240
|