Librarian Bot: Add base_model information to model
#3
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- image-classification
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
8 |
model-index:
|
9 |
- name: vit-base-letter
|
10 |
results: []
|
11 |
-
datasets:
|
12 |
-
- pittawat/letter_recognition
|
13 |
-
language:
|
14 |
-
- en
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- image-classification
|
7 |
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- pittawat/letter_recognition
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
+
base_model: google/vit-base-patch16-224-in21k
|
13 |
model-index:
|
14 |
- name: vit-base-letter
|
15 |
results: []
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|