farleyknight
commited on
Commit
·
53efc5b
1
Parent(s):
d02871c
update model card README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
- image-classification
|
5 |
-
- vision
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
-
-
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
model-index:
|
@@ -15,15 +13,15 @@ model-index:
|
|
15 |
name: Image Classification
|
16 |
type: image-classification
|
17 |
dataset:
|
18 |
-
name:
|
19 |
-
type:
|
20 |
-
config:
|
21 |
split: train
|
22 |
-
args:
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
# vit-base-mnist
|
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
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -63,13 +61,13 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
-
| Training Loss | Epoch | Step
|
67 |
-
|
68 |
-
|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- imagefolder
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
|
|
13 |
name: Image Classification
|
14 |
type: image-classification
|
15 |
dataset:
|
16 |
+
name: imagefolder
|
17 |
+
type: imagefolder
|
18 |
+
config: default
|
19 |
split: train
|
20 |
+
args: default
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.8308823529411765
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# vit-base-mnist
|
31 |
|
32 |
+
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.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.6891
|
35 |
+
- Accuracy: 0.8309
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
+
| 1.9053 | 1.0 | 289 | 1.3241 | 0.7108 |
|
67 |
+
| 1.3293 | 2.0 | 578 | 0.9333 | 0.7892 |
|
68 |
+
| 1.1251 | 3.0 | 867 | 0.7989 | 0.7843 |
|
69 |
+
| 0.9837 | 4.0 | 1156 | 0.6956 | 0.8186 |
|
70 |
+
| 0.999 | 5.0 | 1445 | 0.6891 | 0.8309 |
|
71 |
|
72 |
|
73 |
### Framework versions
|