Instructions to use twieland/VN_ja_to_en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use twieland/VN_ja_to_en with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("twieland/VN_ja_to_en") model = AutoModelForSeq2SeqLM.from_pretrained("twieland/VN_ja_to_en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened almost 2 years ago
by
SFconvertbot
Librarian Bot: Add base_model information to model
#1 opened over 2 years ago
by
librarian-bot