Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

GautamR
/
detect_agri

Text Classification
Transformers
google-tensorflow TensorFlow
English
mobilebert
Model card Files Files and versions
xet
Community

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
detect_agri
101 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
GautamR's picture
GautamR
Update README.md
b8f3a17 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    123 Bytes
    Update README.md almost 3 years ago
  • config.json
    953 Bytes
    folder restrtucture almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    folder restrtucture almost 3 years ago
  • tf_model.h5
    99.8 MB
    xet
    folder restrtucture almost 3 years ago
  • tokenizer.json
    712 kB
    folder restrtucture almost 3 years ago
  • tokenizer_config.json
    348 Bytes
    folder restrtucture almost 3 years ago
  • vocab.txt
    232 kB
    folder restrtucture almost 3 years ago