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

  • Log In
  • Sign Up

gauravnuti
/
agro-ner

Token Classification
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

Instructions to use gauravnuti/agro-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gauravnuti/agro-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="gauravnuti/agro-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gauravnuti/agro-ner")
    model = AutoModelForTokenClassification.from_pretrained("gauravnuti/agro-ner")
  • Notebooks
  • Google Colab
  • Kaggle
agro-ner
436 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
gauravnuti's picture
gauravnuti
Update config.json
e163978 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • config.json
    819 Bytes
    Update config.json almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    436 MB
    xet
    add model almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    add tokenizer almost 4 years ago
  • tokenizer.json
    466 kB
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    323 Bytes
    add tokenizer almost 4 years ago
  • vocab.txt
    232 kB
    add tokenizer almost 4 years ago