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
1.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
saadlohani's picture
saadlohani
Add INT8 ONNX quantized model
a085fb4 verified 29 days ago
  • onnx
    Add INT8 ONNX quantized model 29 days ago
  • .gitattributes
    1.57 kB
    Fine-tuned XLM-R for polystring LID about 2 months ago
  • README.md
    1.69 kB
    Fine-tuned XLM-R for polystring LID 30 days ago
  • config.json
    2.24 kB
    Fine-tuned XLM-R for polystring LID 30 days ago
  • labels.json
    2.11 kB
    Upload labels.json with huggingface_hub 30 days ago
  • model.safetensors
    1.11 GB
    xet
    Fine-tuned XLM-R for polystring LID 30 days ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Fine-tuned XLM-R for polystring LID about 2 months ago
  • special_tokens_map.json
    280 Bytes
    Fine-tuned XLM-R for polystring LID about 2 months ago
  • tokenizer.json
    17.1 MB
    xet
    Fine-tuned XLM-R for polystring LID about 2 months ago
  • tokenizer_config.json
    1.18 kB
    Fine-tuned XLM-R for polystring LID about 2 months ago
  • training_args.bin

    Detected Pickle imports (10)

    • "transformers.trainer_utils.SaveStrategy",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.training_args.TrainingArguments",
    • "accelerate.utils.dataclasses.DistributedType",
    • "torch.device",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames"

    How to fix it?

    5.84 kB
    xet
    Fine-tuned XLM-R for polystring LID 30 days ago