Instructions to use alenusch/mt5large-ruparaphraser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alenusch/mt5large-ruparaphraser with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("alenusch/mt5large-ruparaphraser") model = AutoModelForSeq2SeqLM.from_pretrained("alenusch/mt5large-ruparaphraser") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened about 1 year ago
by
SFconvertbot