vincentiussgk
commited on
Commit
•
3bcc1d7
1
Parent(s):
4fb5131
update model card README.md
Browse files
README.md
CHANGED
@@ -3,26 +3,11 @@ license: apache-2.0
|
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
datasets:
|
7 |
-
- food101
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
- name: vit-base-patch16-224-in21k-finetuned-eurosat
|
12 |
-
results:
|
13 |
-
- task:
|
14 |
-
name: Image Classification
|
15 |
-
type: image-classification
|
16 |
-
dataset:
|
17 |
-
name: food101
|
18 |
-
type: food101
|
19 |
-
config: default
|
20 |
-
split: train[:5000]
|
21 |
-
args: default
|
22 |
-
metrics:
|
23 |
-
- name: Accuracy
|
24 |
-
type: accuracy
|
25 |
-
value: 0.928
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# vit-base-patch16-224-in21k-finetuned-eurosat
|
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
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -67,9 +52,9 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
- name: vit-base-patch16-224-in21k-finetuned-eurosat
|
10 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# vit-base-patch16-224-in21k-finetuned-eurosat
|
17 |
|
18 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8415
|
21 |
+
- Accuracy: 0.7111
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| No log | 0.97 | 7 | 0.9445 | 0.6311 |
|
56 |
+
| 0.9786 | 1.93 | 14 | 0.8769 | 0.6578 |
|
57 |
+
| 0.8386 | 2.9 | 21 | 0.8415 | 0.7111 |
|
58 |
|
59 |
|
60 |
### Framework versions
|