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

Flaglab
/
ESNLIR-XLM-RoBERTa-premise-only

Text Classification
Transformers
Safetensors
Spanish
xlm-roberta
nli
spanish
causal
esnlir
artifact-detection
partial-input
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Flaglab/ESNLIR-XLM-RoBERTa-premise-only with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Flaglab/ESNLIR-XLM-RoBERTa-premise-only with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Flaglab/ESNLIR-XLM-RoBERTa-premise-only")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Flaglab/ESNLIR-XLM-RoBERTa-premise-only")
    model = AutoModelForSequenceClassification.from_pretrained("Flaglab/ESNLIR-XLM-RoBERTa-premise-only", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ESNLIR-XLM-RoBERTa-premise-only
1.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
jd-rodriguezp1234's picture
jd-rodriguezp1234
Load tokenizer from the repo now that it ships with one
8dc7cc9 verified 27 days ago
  • .gitattributes
    1.57 kB
    Add tokenizer (copy of FacebookAI/xlm-roberta-base) so the repo is self-contained 27 days ago
  • README.md
    4.97 kB
    Load tokenizer from the repo now that it ships with one 27 days ago
  • config.json
    892 Bytes
    Set id2label/label2id to the real class names 27 days ago
  • metrics.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.27 MB
    xet
    test metrics 10 months ago
  • model.safetensors
    1.11 GB
    xet
    Upload XLMRobertaForSequenceClassification 10 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add tokenizer (copy of FacebookAI/xlm-roberta-base) so the repo is self-contained 27 days ago
  • special_tokens_map.json
    280 Bytes
    Add tokenizer (copy of FacebookAI/xlm-roberta-base) so the repo is self-contained 27 days ago
  • tokenizer.json
    17.1 MB
    xet
    Add tokenizer (copy of FacebookAI/xlm-roberta-base) so the repo is self-contained 27 days ago
  • tokenizer_config.json
    1.18 kB
    Add tokenizer (copy of FacebookAI/xlm-roberta-base) so the repo is self-contained 27 days ago