Instructions to use ehyxu/nmt-corrector-ur2en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ehyxu/nmt-corrector-ur2en with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("ehyxu/nmt-corrector-ur2en") model = AutoModelForMultimodalLM.from_pretrained("ehyxu/nmt-corrector-ur2en") - Notebooks
- Google Colab
- Kaggle
Ctrl+K