francis-ogbuagu commited on
Commit
f598e33
·
verified ·
1 Parent(s): af494a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - f1
9
+ - recall
10
+ base_model:
11
+ - google/vit-base-patch16-224
12
+ pipeline_tag: image-classification
13
+ library_name: transformers
14
+ tags:
15
+ - Agriculture
16
+ - Maize
17
+ - Maize Disease
18
+ - Maize Disease Detection
19
+ - Classification
20
+
21
+ model-index:
22
+ - name: maize_vit_model
23
+ results:
24
+ - task:
25
+ type: image-classification
26
+ dataset:
27
+ type: image
28
+ name: corn-or-maize-leaf-disease-dataset
29
+ metrics:
30
+ - name: accuracy
31
+ type: accuracy
32
+ value: 97.13
33
+ ---