Transformers
Safetensors
t5
text2text-generation
vietnamese
text2text
distractor-generation
text-generation-inference
Instructions to use 2Phuong5Nam4/VIT5-base-Distractors-Generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 2Phuong5Nam4/VIT5-base-Distractors-Generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("2Phuong5Nam4/VIT5-base-Distractors-Generation") model = AutoModelForSeq2SeqLM.from_pretrained("2Phuong5Nam4/VIT5-base-Distractors-Generation") - Notebooks
- Google Colab
- Kaggle
Ctrl+K