Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,15 @@ datasets:
|
|
10 |
- ksgr5566/ner
|
11 |
metrics:
|
12 |
- f1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
# Model Card for Model ID
|
15 |
The model recognizes 3 types of entities - pest names, seed types, crop names.
|
@@ -35,10 +44,3 @@ The model recognizes 3 types of entities - pest names, seed types, crop names.
|
|
35 |
Helps extracting the crop name, pest names and seed details from a query asked.
|
36 |
|
37 |
|
38 |
-
widget:
|
39 |
-
- text: "Which are the best varities of tomatoes?"
|
40 |
-
example_title: "Example -crops detection"
|
41 |
-
- text: "My paddy has been attacked by grasshopper."
|
42 |
-
example_title: "Example -crops+pest"
|
43 |
-
- text: "Where can I pest resistant paddy ?"
|
44 |
-
example_title: "Example seed type"
|
|
|
10 |
- ksgr5566/ner
|
11 |
metrics:
|
12 |
- f1
|
13 |
+
|
14 |
+
widget:
|
15 |
+
- text: "Which are the best varities of tomatoes?"
|
16 |
+
example_title: "Example- crop"
|
17 |
+
- text: "My paddy has been attacked by grasshopper."
|
18 |
+
example_title: "Example- crop + pest"
|
19 |
+
- text: "Where can I pest resistant paddy ?"
|
20 |
+
example_title: "Example- seed type"
|
21 |
+
|
22 |
---
|
23 |
# Model Card for Model ID
|
24 |
The model recognizes 3 types of entities - pest names, seed types, crop names.
|
|
|
44 |
Helps extracting the crop name, pest names and seed details from a query asked.
|
45 |
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|