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="fav-kky/FERNET-News")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("fav-kky/FERNET-News")
model = AutoModelForMaskedLM.from_pretrained("fav-kky/FERNET-News")
Quick Links

FERNET-News

FERNET-News is a monolingual Czech RoBERTa-base model pre-trained from 20.5GB of thoroughly cleaned Czech news corpus.

Preprint of our paper is available at https://arxiv.org/abs/2107.10042.

Downloads last month
14
Safetensors
Model size
0.1B params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for fav-kky/FERNET-News