How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("fill-mask", model="softcatala/julibert")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("softcatala/julibert")
model = AutoModelForMaskedLM.from_pretrained("softcatala/julibert")
Quick Links

Introduction

Download the model here:

What's this?

Source code: https://github.com/Softcatala/julibert

  • Corpus: Oscar Catalan Corpus (3,8G)
  • Model type: Roberta
  • Vocabulary size: 50265
  • Steps: 500000
Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support