Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
library_name: transformers
|
8 |
+
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
|