Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,26 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
**Model owner:** [PopeJohn](https://huggingface.co/PopeJohn)
|
| 4 |
**Repository:** [PopeJohn/agriculture-model](https://huggingface.co/PopeJohn/agriculture-model)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- custom
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- f1
|
| 10 |
+
pipeline_tag: text-classification
|
| 11 |
+
library_name: sklearn
|
| 12 |
+
tags:
|
| 13 |
+
- agriculture
|
| 14 |
+
- logistic-regression
|
| 15 |
+
- tfidf
|
| 16 |
+
- binary-classification
|
| 17 |
+
- crop-health
|
| 18 |
+
model_name: Agriculture Text Classifier
|
| 19 |
+
model_creator: PopeJohn
|
| 20 |
+
model_type: sklearn
|
| 21 |
+
model_description: A logistic regression classifier trained on agricultural text using TF-IDF features.
|
| 22 |
+
---
|
| 23 |
+
🌱 Agriculture Text Classifier
|
| 24 |
|
| 25 |
**Model owner:** [PopeJohn](https://huggingface.co/PopeJohn)
|
| 26 |
**Repository:** [PopeJohn/agriculture-model](https://huggingface.co/PopeJohn/agriculture-model)
|