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

IIC
/
RigoBERTa-2.0

Fill-Mask
Transformers
PyTorch
Safetensors
Spanish
xlm-roberta
Model card Files Files and versions
xet
Community

Instructions to use IIC/RigoBERTa-2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use IIC/RigoBERTa-2.0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="IIC/RigoBERTa-2.0")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("IIC/RigoBERTa-2.0")
    model = AutoModelForMaskedLM.from_pretrained("IIC/RigoBERTa-2.0")
  • Notebooks
  • Google Colab
  • Kaggle
RigoBERTa-2.0 / data
109 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
GuillemGSubies's picture
GuillemGSubies
Initial commit
8de8d3c verified 8 months ago
  • becnh1.jpg
    46.7 kB
    Initial commit 8 months ago
  • becnh2.jpg
    32.1 kB
    Initial commit 8 months ago
  • becnh3.jpg
    21.2 kB
    Initial commit 8 months ago
  • rigoberta.jpg
    8.95 kB
    Initial commit 8 months ago