模型:
ClassCat/roberta-base-spanish
transformers==4.19.2
This model uses RoBERTa base setttings except vocabulary size.
Using BPE tokenizer with vocabulary size 50,000.
from transformers import pipeline unmasker = pipeline('fill-mask', model='ClassCat/roberta-base-spanish') unmasker("Yo soy <mask>.")