farleyknight
commited on
Commit
•
c8e8269
1
Parent(s):
098c00d
update model card README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,29 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- mnist
|
|
|
|
|
7 |
model-index:
|
8 |
- name: mnist-digit-classification-2022-09-04
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,6 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# mnist-digit-classification-2022-09-04
|
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 mnist dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- image-classification
|
5 |
+
- vision
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- mnist
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
model-index:
|
12 |
- name: mnist-digit-classification-2022-09-04
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Image Classification
|
16 |
+
type: image-classification
|
17 |
+
dataset:
|
18 |
+
name: mnist
|
19 |
+
type: mnist
|
20 |
+
config: mnist
|
21 |
+
split: train
|
22 |
+
args: mnist
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.9923333333333333
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
# mnist-digit-classification-2022-09-04
|
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 mnist dataset.
|
35 |
+
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.0319
|
37 |
+
- Accuracy: 0.9923
|
38 |
|
39 |
## Model description
|
40 |
|