Librarian Bot: Add base_model information to model
#3
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,23 +1,27 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- image-classification
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
widget:
|
9 |
-
- src:
|
10 |
-
https://datasets-server.huggingface.co/assets/keremberke/pokemon-classification/--/full/train/3/image/image.jpg
|
11 |
example_title: Abra
|
12 |
-
- src:
|
13 |
-
https://datasets-server.huggingface.co/cached-assets/keremberke/pokemon-classification/--/full/train/383/image/image.jpg
|
14 |
example_title: Blastoise
|
|
|
|
|
15 |
model-index:
|
16 |
- name: pokemon_classifier
|
17 |
results:
|
18 |
- task:
|
19 |
-
name: Image Classification
|
20 |
type: image-classification
|
|
|
21 |
dataset:
|
22 |
name: keremberke/pokemon-classification
|
23 |
type: pokemon-classification
|
@@ -25,14 +29,9 @@ model-index:
|
|
25 |
split: validation
|
26 |
args: full
|
27 |
metrics:
|
28 |
-
-
|
29 |
-
type: accuracy
|
30 |
value: 0.08848920863309352
|
31 |
-
|
32 |
-
- keremberke/pokemon-classification
|
33 |
-
language:
|
34 |
-
- en
|
35 |
-
pipeline_tag: image-classification
|
36 |
---
|
37 |
|
38 |
<!-- 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 |
+
- keremberke/pokemon-classification
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
widget:
|
13 |
+
- src: https://datasets-server.huggingface.co/assets/keremberke/pokemon-classification/--/full/train/3/image/image.jpg
|
|
|
14 |
example_title: Abra
|
15 |
+
- src: https://datasets-server.huggingface.co/cached-assets/keremberke/pokemon-classification/--/full/train/383/image/image.jpg
|
|
|
16 |
example_title: Blastoise
|
17 |
+
pipeline_tag: image-classification
|
18 |
+
base_model: google/vit-base-patch16-224
|
19 |
model-index:
|
20 |
- name: pokemon_classifier
|
21 |
results:
|
22 |
- task:
|
|
|
23 |
type: image-classification
|
24 |
+
name: Image Classification
|
25 |
dataset:
|
26 |
name: keremberke/pokemon-classification
|
27 |
type: pokemon-classification
|
|
|
29 |
split: validation
|
30 |
args: full
|
31 |
metrics:
|
32 |
+
- type: accuracy
|
|
|
33 |
value: 0.08848920863309352
|
34 |
+
name: Accuracy
|
|
|
|
|
|
|
|
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|