Fill-Mask
Transformers
PyTorch
Safetensors
Russian
English
bert
pretraining
russian
embeddings
masked-lm
tiny
feature-extraction
sentence-similarity
Instructions to use cointegrated/rubert-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cointegrated/rubert-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="cointegrated/rubert-tiny")# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("cointegrated/rubert-tiny") model = AutoModelForPreTraining.from_pretrained("cointegrated/rubert-tiny") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
d12dfcb
1
Parent(s): c218e37
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ tags:
|
|
| 6 |
- pretraining
|
| 7 |
- embeddings
|
| 8 |
- masked-lm
|
|
|
|
| 9 |
license: mit
|
| 10 |
widget:
|
| 11 |
- text: "Миниатюрная модель для [MASK] разных задач."
|
|
|
|
| 6 |
- pretraining
|
| 7 |
- embeddings
|
| 8 |
- masked-lm
|
| 9 |
+
- tiny
|
| 10 |
license: mit
|
| 11 |
widget:
|
| 12 |
- text: "Миниатюрная модель для [MASK] разных задач."
|