Model save
Browse files- README.md +3 -27
- 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-augmented
|
| 14 |
-
results:
|
| 15 |
-
- task:
|
| 16 |
-
name: Image Classification
|
| 17 |
-
type: image-classification
|
| 18 |
-
dataset:
|
| 19 |
-
name: custom_dataset_augmented
|
| 20 |
-
type: imagefolder
|
| 21 |
-
config: default
|
| 22 |
-
split: train
|
| 23 |
-
args: default
|
| 24 |
-
metrics:
|
| 25 |
-
- name: Accuracy
|
| 26 |
-
type: accuracy
|
| 27 |
-
value: 0.4672131147540984
|
| 28 |
-
- name: F1
|
| 29 |
-
type: f1
|
| 30 |
-
value: 0.08120213120213123
|
| 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-augmented
|
| 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.5780
|
| 41 |
-
- Accuracy: 0.4672
|
| 42 |
-
- F1: 0.0812
|
| 43 |
|
| 44 |
## Model description
|
| 45 |
|
|
@@ -64,7 +40,7 @@ The following hyperparameters were used during training:
|
|
| 64 |
- seed: 42
|
| 65 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 66 |
- lr_scheduler_type: linear
|
| 67 |
-
- num_epochs:
|
| 68 |
|
| 69 |
### Training results
|
| 70 |
|
|
|
|
| 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-augmented
|
| 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-augmented
|
| 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 |
|
|
|
|
| 40 |
- seed: 42
|
| 41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 42 |
- lr_scheduler_type: linear
|
| 43 |
+
- num_epochs: 10
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343302829
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:156a2a0c5abbe677a5d26824b6069f51313a41eeaa0067fbfd0662b23499b718
|
| 3 |
size 343302829
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:339d3326c66569fc004b5fc4b75aceb0f60c6ddfd04d0c867c4de1279017c74f
|
| 3 |
size 4091
|