Instructions to use GautamR/detect_agri with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GautamR/detect_agri with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="GautamR/detect_agri")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("GautamR/detect_agri") model = AutoModelForSequenceClassification.from_pretrained("GautamR/detect_agri") - Notebooks
- Google Colab
- Kaggle
Commit History
Merge branch 'main' of https://huggingface.co/GautamR/detect_agri 2ffa67f
GautamR-Samagra commited on
folder restrtucture 939c698
GautamR-Samagra commited on
Update README.md c4c5a71
Update README.md 34c0e11
Update README.md e4831d1
Update README.md 43c6525
add model da1f0d3
GautamR-Samagra commited on
initial commit 039d15e
Gautam Rajeev commited on