GautamR commited on
Commit
0b06148
1 Parent(s): 00d95ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -5
README.md CHANGED
@@ -9,8 +9,46 @@ pipeline_tag: text-classification
9
  tags:
10
  - agriculture
11
  ---
12
- class label
13
- "agricultural_scheme" 0
14
- "agriculture" 1
15
- "pest" 2
16
- "seed" 3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  tags:
10
  - agriculture
11
  ---
12
+
13
+ # Agri-flow Classification Model
14
+
15
+ This model classifies grievances into five distinct buckets:
16
+
17
+ - **Label 0**: agricultural_scheme
18
+ - **Label 1**: agriculture
19
+ - **Label 2**: pest
20
+ - **Label 3**: seed
21
+
22
+
23
+ ## Description of the Buckets
24
+
25
+ 1. **agricultural_scheme**:
26
+ The farmer query is about schemes in Odisha
27
+
28
+ 2. **agriculture**:
29
+ General agri queries
30
+
31
+ 3. **pest**:
32
+ The farmer query is about pests
33
+
34
+ 5. **seed**:
35
+ The farmer query is about seed varieties
36
+
37
+
38
+ ## Training Metrics
39
+
40
+ The following training metrics were observed over 15 epochs:
41
+
42
+ | Epoch | Loss | Accuracy | F1 Score |
43
+ |-------|---------|----------|----------|
44
+ | 1 | 1.0574 | 0.4242 | 0.4202 |
45
+ | 2 | 0.7780 | 0.7500 | 0.6952 |
46
+ | 3 | 0.5212 | 0.8939 | 0.8825 |
47
+ | 4 | 0.3214 | 0.9773 | 0.9767 |
48
+ | 5 | 0.1612 | 1.0000 | 1.0000 |
49
+ | 6 | 0.0883 | 1.0000 | 1.0000 |
50
+ | 7 | 0.0592 | 1.0000 | 1.0000 |
51
+ | 8 | 0.0418 | 1.0000 | 1.0000 |
52
+ | 9 | 0.0321 | 1.0000 | 1.0000 |
53
+
54
+