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

thinkingface
/
test-onnx-2

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

Instructions to use thinkingface/test-onnx-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use thinkingface/test-onnx-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="thinkingface/test-onnx-2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("thinkingface/test-onnx-2")
    model = AutoModelForTokenClassification.from_pretrained("thinkingface/test-onnx-2")
  • Notebooks
  • Google Colab
  • Kaggle
test-onnx-2
1.78 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
thinkingface's picture
thinkingface
Upload tokenizer.json with huggingface_hub
beced21 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    2.5 kB
    Upload config.json with huggingface_hub almost 3 years ago
  • merges.txt
    456 kB
    Upload merges.txt with huggingface_hub almost 3 years ago
  • model.onnx
    1.42 GB
    xet
    Upload model.onnx with huggingface_hub almost 3 years ago
  • model_quantized.onnx
    356 MB
    xet
    Upload model_quantized.onnx with huggingface_hub almost 3 years ago
  • ort_config.json
    830 Bytes
    Upload ort_config.json with huggingface_hub almost 3 years ago
  • special_tokens_map.json
    280 Bytes
    Upload special_tokens_map.json with huggingface_hub almost 3 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer.json with huggingface_hub almost 3 years ago
  • tokenizer_config.json
    376 Bytes
    Upload tokenizer_config.json with huggingface_hub almost 3 years ago
  • vocab.json
    798 kB
    Upload vocab.json with huggingface_hub almost 3 years ago