Instructions to use fav-kky/FERNET-News with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fav-kky/FERNET-News with Transformers:
# 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") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
license: "cc-by-nc-sa-4.0"
|
| 8 |
---
|
| 9 |
|
| 10 |
-
#
|
| 11 |
FERNET-News is a monolingual Czech RoBERTa-base model pre-trained from 20.5GB of thoroughly cleaned Czech news corpus.
|
| 12 |
|
| 13 |
Preprint of our paper is available at https://arxiv.org/abs/2107.10042.
|
|
|
|
| 7 |
license: "cc-by-nc-sa-4.0"
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# FERNET-News
|
| 11 |
FERNET-News is a monolingual Czech RoBERTa-base model pre-trained from 20.5GB of thoroughly cleaned Czech news corpus.
|
| 12 |
|
| 13 |
Preprint of our paper is available at https://arxiv.org/abs/2107.10042.
|