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-RoBERTa

Text Classification
Transformers
Safetensors
Spanish
roberta
nli
spanish
causal
esnlir
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Flaglab/ESNLIR-RoBERTa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Flaglab/ESNLIR-RoBERTa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Flaglab/ESNLIR-RoBERTa")
    model = AutoModelForSequenceClassification.from_pretrained("Flaglab/ESNLIR-RoBERTa", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ESNLIR-RoBERTa
505 MB
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
4d8f871 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    4.41 kB
    Load tokenizer from the repo now that it ships with one 1 day ago
  • config.json
    896 Bytes
    Set id2label/label2id to the real class names 1 day ago
  • merges.txt
    509 kB
    Add tokenizer (copy of bertin-project/bertin-roberta-base-spanish) so the repo is self-contained 1 day ago
  • metrics.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.26 MB
    xet
    test metrics 9 months ago
  • model.safetensors
    499 MB
    xet
    Upload RobertaForSequenceClassification 9 months ago
  • special_tokens_map.json
    957 Bytes
    Add tokenizer (copy of bertin-project/bertin-roberta-base-spanish) so the repo is self-contained 1 day ago
  • tokenizer.json
    3.66 MB
    Add tokenizer (copy of bertin-project/bertin-roberta-base-spanish) so the repo is self-contained 1 day ago
  • tokenizer_config.json
    1.26 kB
    Add tokenizer (copy of bertin-project/bertin-roberta-base-spanish) so the repo is self-contained 1 day ago
  • vocab.json
    851 kB
    Add tokenizer (copy of bertin-project/bertin-roberta-base-spanish) so the repo is self-contained 1 day ago