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

  • Log In
  • Sign Up

chatwithnerd
/
roberta-onnx-ner

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

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

  • Libraries
  • Transformers

    How to use chatwithnerd/roberta-onnx-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="chatwithnerd/roberta-onnx-ner")
    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("chatwithnerd/roberta-onnx-ner", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-onnx-ner
886 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
chatwithnerd's picture
chatwithnerd
New keywords added
615a519 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • config.json
    1.12 kB
    New keywords added almost 4 years ago
  • merges.txt
    456 kB
    add tokenizer almost 4 years ago
  • model-optimized.onnx
    326 MB
    xet
    New keywords added almost 4 years ago
  • model-quantized.onnx
    231 MB
    xet
    New keywords added almost 4 years ago
  • model.onnx
    326 MB
    xet
    New keywords added almost 4 years ago
  • special_tokens_map.json
    280 Bytes
    New keywords added almost 4 years ago
  • tokenizer.json
    2.11 MB
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    388 Bytes
    New keywords added almost 4 years ago
  • vocab.json
    798 kB
    add tokenizer almost 4 years ago