Commit
•
e981c13
1
Parent(s):
93b0216
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (86a047d0c7bceb0f12813cfbb82cef754a9970ff)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -8,16 +8,17 @@ datasets:
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
widget:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
15 |
model-index:
|
16 |
- name: vit_model_beans
|
17 |
results:
|
18 |
- task:
|
19 |
-
name: Image Classification
|
20 |
type: image-classification
|
|
|
21 |
dataset:
|
22 |
name: beans
|
23 |
type: beans
|
@@ -25,9 +26,9 @@ model-index:
|
|
25 |
split: validation
|
26 |
args: default
|
27 |
metrics:
|
28 |
-
-
|
29 |
-
type: accuracy
|
30 |
value: 0.9924812030075187
|
|
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
widget:
|
11 |
+
- src: https://huggingface.co/RaymundoSGlz/vit_model_beans/resolve/main/bean_rust.jpeg
|
12 |
+
example_title: Bean rust
|
13 |
+
- src: https://huggingface.co/RaymundoSGlz/vit_model_beans/resolve/main/healthy.jpeg
|
14 |
+
example_title: Healthy
|
15 |
+
base_model: google/vit-base-patch16-224-in21k
|
16 |
model-index:
|
17 |
- name: vit_model_beans
|
18 |
results:
|
19 |
- task:
|
|
|
20 |
type: image-classification
|
21 |
+
name: Image Classification
|
22 |
dataset:
|
23 |
name: beans
|
24 |
type: beans
|
|
|
26 |
split: validation
|
27 |
args: default
|
28 |
metrics:
|
29 |
+
- type: accuracy
|
|
|
30 |
value: 0.9924812030075187
|
31 |
+
name: Accuracy
|
32 |
---
|
33 |
|
34 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|