Model save
Browse files- README.md +2 -26
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -2,32 +2,12 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: google/vit-base-patch16-224
|
| 4 |
tags:
|
| 5 |
-
- image-classification
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
- imagefolder
|
| 9 |
-
metrics:
|
| 10 |
-
- accuracy
|
| 11 |
-
- f1
|
| 12 |
model-index:
|
| 13 |
- name: fine-tuned
|
| 14 |
-
results:
|
| 15 |
-
- task:
|
| 16 |
-
name: Image Classification
|
| 17 |
-
type: image-classification
|
| 18 |
-
dataset:
|
| 19 |
-
name: custom_dataset
|
| 20 |
-
type: imagefolder
|
| 21 |
-
config: default
|
| 22 |
-
split: train
|
| 23 |
-
args: default
|
| 24 |
-
metrics:
|
| 25 |
-
- name: Accuracy
|
| 26 |
-
type: accuracy
|
| 27 |
-
value: 0.42857142857142855
|
| 28 |
-
- name: F1
|
| 29 |
-
type: f1
|
| 30 |
-
value: 0.23982683982683983
|
| 31 |
---
|
| 32 |
|
| 33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -35,11 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 35 |
|
| 36 |
# fine-tuned
|
| 37 |
|
| 38 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the
|
| 39 |
-
It achieves the following results on the evaluation set:
|
| 40 |
-
- Loss: 1.3223
|
| 41 |
-
- Accuracy: 0.4286
|
| 42 |
-
- F1: 0.2398
|
| 43 |
|
| 44 |
## Model description
|
| 45 |
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: google/vit-base-patch16-224
|
| 4 |
tags:
|
|
|
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
- imagefolder
|
|
|
|
|
|
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: fine-tuned
|
| 10 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 15 |
|
| 16 |
# fine-tuned
|
| 17 |
|
| 18 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343296365
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc37da75f14aaf46f9553f048b39092b29d885c927b5a7809bf917f777d54d20
|
| 3 |
size 343296365
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80e7e1742be08c7d95390048243f80f191648bfb899c3023e71bcf0e5f232df8
|
| 3 |
size 4027
|