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") - Notebooks
- Google Colab
- Kaggle
Ctrl+K