PopeJohn commited on
Commit
3d09ac5
·
verified ·
1 Parent(s): 68dceb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -1,4 +1,26 @@
1
- # 🌱 Agriculture Text Classifier
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)