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-CC_sk")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

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

FERNET-CC_sk

FERNET-CC_sk is a monolingual Slovak BERT-base model pre-trained from 29GB of filtered Slovak Common Crawl dataset.

It is a Slovak version of our Czech FERNET-C5 model.

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

Downloads last month
10
Safetensors
Model size
0.2B 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-CC_sk