Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

chnaaam
/
kocharelectra-ner-onnx

Token Classification
Transformers
ONNX
electra
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use chnaaam/kocharelectra-ner-onnx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="chnaaam/kocharelectra-ner-onnx")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("chnaaam/kocharelectra-ner-onnx")
    model = AutoModelForTokenClassification.from_pretrained("chnaaam/kocharelectra-ner-onnx")
  • Notebooks
  • Google Colab
  • Kaggle
kocharelectra-ner-onnx
199 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
chnaaam's picture
chnaaam
update: model
a5c48ef almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    3.41 kB
    update: model almost 3 years ago
  • model_optimized.onnx
    199 MB
    xet
    update: model almost 3 years ago
  • ort_config.json
    1.24 kB
    init: models almost 3 years ago