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

bertin-project
/
bertin-roberta-base-spanish

Fill-Mask
Transformers
PyTorch
JAX
TensorBoard
Safetensors
Spanish
roberta
spanish
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use bertin-project/bertin-roberta-base-spanish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bertin-project/bertin-roberta-base-spanish with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="bertin-project/bertin-roberta-base-spanish")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("bertin-project/bertin-roberta-base-spanish")
    model = AutoModelForMaskedLM.from_pretrained("bertin-project/bertin-roberta-base-spanish", device_map="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bertin-roberta-base-spanish / configs /base
1.47 MB
Ctrl+K
Ctrl+K
  • 8 contributors
History: 2 commits
versae's picture
versae
Changed and added vocab and tokenizer
29e26bb about 5 years ago
  • config.json
    666 Bytes
    Adding base config and organizing configs about 5 years ago
  • tokenizer.json
    1.47 MB
    Changed and added vocab and tokenizer about 5 years ago