Transformers
PyTorch
Safetensors
Russian
bert
next-sentence-prediction
russian
conversation
chats
embeddings
coherence
Instructions to use astromis/rubert_reply_recovery with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use astromis/rubert_reply_recovery with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForNextSentencePrediction tokenizer = AutoTokenizer.from_pretrained("astromis/rubert_reply_recovery") model = AutoModelForNextSentencePrediction.from_pretrained("astromis/rubert_reply_recovery", device_map="auto") - Notebooks
- Google Colab
- Kaggle
remove widget
Browse files
README.md
CHANGED
|
@@ -11,10 +11,6 @@ tags:
|
|
| 11 |
- chats
|
| 12 |
- embeddings
|
| 13 |
- coherence
|
| 14 |
-
widget:
|
| 15 |
-
- text: Где можно получить СНИЛС? Можете в МФЦ
|
| 16 |
-
- text: Я тут уже много лет Куда отправить это письмо?
|
| 17 |
-
pipeline_tag: text-classification
|
| 18 |
---
|
| 19 |
# Model Card
|
| 20 |
|
|
|
|
| 11 |
- chats
|
| 12 |
- embeddings
|
| 13 |
- coherence
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
# Model Card
|
| 16 |
|