模型:
ClassCat/roberta-base-french
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-french')
unmasker("Je vais à la <mask>.")