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

  • Log In
  • Sign Up

cleopatro
/
Aditya_NER

Token Classification
Transformers
Safetensors
distilbert
Model card Files Files and versions
xet
Community

Instructions to use cleopatro/Aditya_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cleopatro/Aditya_NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="cleopatro/Aditya_NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cleopatro/Aditya_NER")
    model = AutoModelForTokenClassification.from_pretrained("cleopatro/Aditya_NER")
  • Notebooks
  • Google Colab
  • Kaggle
Aditya_NER
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
cleopatro's picture
cleopatro
added pest and seed type
37c7d59 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • config.json
    1.02 kB
    added pest and seed type about 2 years ago
  • model.safetensors
    265 MB
    xet
    added pest and seed type about 2 years ago
  • special_tokens_map.json
    125 Bytes
    added pest and seed type about 2 years ago
  • tokenizer.json
    712 kB
    added pest and seed type about 2 years ago
  • tokenizer_config.json
    1.2 kB
    added pest and seed type about 2 years ago
  • vocab.txt
    232 kB
    added pest and seed type about 2 years ago