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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

saadlohani
/
polystring-lid

Token Classification
Transformers
ONNX
Safetensors
xlm-roberta
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use saadlohani/polystring-lid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use saadlohani/polystring-lid with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="saadlohani/polystring-lid")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("saadlohani/polystring-lid")
    model = AutoModelForTokenClassification.from_pretrained("saadlohani/polystring-lid", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
polystring-lid / onnx
300 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
saadlohani's picture
saadlohani
Add INT8 ONNX quantized model
a085fb4 verified 30 days ago
  • config.json
    2.24 kB
    Add INT8 ONNX quantized model 30 days ago
  • model_quantized.onnx
    278 MB
    xet
    Add INT8 ONNX quantized model 30 days ago
  • ort_config.json
    763 Bytes
    Add INT8 ONNX quantized model about 2 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add INT8 ONNX quantized model about 2 months ago
  • special_tokens_map.json
    964 Bytes
    Add INT8 ONNX quantized model about 2 months ago
  • tokenizer.json
    17.1 MB
    xet
    Add INT8 ONNX quantized model about 2 months ago
  • tokenizer_config.json
    1.29 kB
    Add INT8 ONNX quantized model about 2 months ago