Instructions to use Seznam/small-e-czech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Seznam/small-e-czech with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Seznam/small-e-czech", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Small-E-Czech
|
| 2 |
|
| 3 |
Small-E-Czech is an [Electra](https://arxiv.org/abs/2003.10555)-small model pretrained on a Czech corpus created at Seznam.cz. Like other pretrained models, it should be finetuned on a downstream task of interest before use.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: cs
|
| 3 |
+
license: MIT
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
# Small-E-Czech
|
| 7 |
|
| 8 |
Small-E-Czech is an [Electra](https://arxiv.org/abs/2003.10555)-small model pretrained on a Czech corpus created at Seznam.cz. Like other pretrained models, it should be finetuned on a downstream task of interest before use.
|