Instructions to use fav-kky/FERNET-C5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fav-kky/FERNET-C5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="fav-kky/FERNET-C5")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("fav-kky/FERNET-C5") model = AutoModelForMaskedLM.from_pretrained("fav-kky/FERNET-C5") - Notebooks
- Google Colab
- Kaggle
Added YAML metadata.
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# FRENET-C5
|
| 2 |
FERNET-C5 is a monolingual Czech BERT model trained from 93GB of filtered Czech Common Crawl dataset (C5).
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: "cs"
|
| 3 |
+
tags:
|
| 4 |
+
- Czech
|
| 5 |
+
- KKY
|
| 6 |
+
- FAV
|
| 7 |
+
license: "cc-by-nc-4.0"
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# FRENET-C5
|
| 11 |
FERNET-C5 is a monolingual Czech BERT model trained from 93GB of filtered Czech Common Crawl dataset (C5).
|
| 12 |
|