Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,16 @@ library_name: transformers
|
|
8 |
pipeline_tag: text-classification
|
9 |
tags:
|
10 |
- agriculture
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Agri-flow Classification Model
|
@@ -20,6 +30,7 @@ This model classifies grievances into five distinct buckets:
|
|
20 |
- **Label 3**: seed
|
21 |
- **Label 4**: weather
|
22 |
- **Label 5**: price
|
|
|
23 |
|
24 |
## Description of the Buckets
|
25 |
|
@@ -43,6 +54,9 @@ This model classifies grievances into five distinct buckets:
|
|
43 |
The farmer query is asking about the price of some crop
|
44 |
e.g. 'Price for paddy'
|
45 |
|
|
|
|
|
|
|
46 |
|
47 |
## Training Metrics
|
48 |
|
|
|
8 |
pipeline_tag: text-classification
|
9 |
tags:
|
10 |
- agriculture
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
widget:
|
15 |
+
- text: "paddy pest"
|
16 |
+
example_title: "Example- pest"
|
17 |
+
- text: "how do I apply for PM-Kisan"
|
18 |
+
example_title: "Example- scheme"
|
19 |
+
- text: "Will it rain today"
|
20 |
+
example_title: "Example- weather"
|
21 |
---
|
22 |
|
23 |
# Agri-flow Classification Model
|
|
|
30 |
- **Label 3**: seed
|
31 |
- **Label 4**: weather
|
32 |
- **Label 5**: price
|
33 |
+
- **Label 6**: non_agri
|
34 |
|
35 |
## Description of the Buckets
|
36 |
|
|
|
54 |
The farmer query is asking about the price of some crop
|
55 |
e.g. 'Price for paddy'
|
56 |
|
57 |
+
6. **non_agri** :
|
58 |
+
The farmer query is just some salutation or unrelated to agri
|
59 |
+
|
60 |
|
61 |
## Training Metrics
|
62 |
|