update model card README.md
Browse files
README.md
CHANGED
|
@@ -1,28 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
-
- image-classification
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
- imagefolder
|
| 8 |
-
metrics:
|
| 9 |
-
- accuracy
|
| 10 |
model-index:
|
| 11 |
- name: vit-base-trees
|
| 12 |
-
results:
|
| 13 |
-
- task:
|
| 14 |
-
name: Image Classification
|
| 15 |
-
type: image-classification
|
| 16 |
-
dataset:
|
| 17 |
-
name: beans
|
| 18 |
-
type: imagefolder
|
| 19 |
-
config: default
|
| 20 |
-
split: train
|
| 21 |
-
args: default
|
| 22 |
-
metrics:
|
| 23 |
-
- name: Accuracy
|
| 24 |
-
type: accuracy
|
| 25 |
-
value: 1.0
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -30,10 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 30 |
|
| 31 |
# vit-base-trees
|
| 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
|
| 34 |
-
It achieves the following results on the evaluation set:
|
| 35 |
-
- Loss: 0.0319
|
| 36 |
-
- Accuracy: 1.0
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
@@ -66,7 +47,7 @@ The following hyperparameters were used during training:
|
|
| 66 |
|
| 67 |
### Framework versions
|
| 68 |
|
| 69 |
-
- Transformers 4.
|
| 70 |
- Pytorch 2.0.1
|
| 71 |
- Datasets 2.12.0
|
| 72 |
- Tokenizers 0.13.3
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
|
|
|
| 4 |
- generated_from_trainer
|
| 5 |
datasets:
|
| 6 |
- imagefolder
|
|
|
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: vit-base-trees
|
| 9 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 14 |
|
| 15 |
# vit-base-trees
|
| 16 |
|
| 17 |
+
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.
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 47 |
|
| 48 |
### Framework versions
|
| 49 |
|
| 50 |
+
- Transformers 4.29.2
|
| 51 |
- Pytorch 2.0.1
|
| 52 |
- Datasets 2.12.0
|
| 53 |
- Tokenizers 0.13.3
|