How to use Nithiwat/mt5-thai_reverse_dictionary with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Nithiwat/mt5-thai_reverse_dictionary") model = AutoModelForSeq2SeqLM.from_pretrained("Nithiwat/mt5-thai_reverse_dictionary")
No model card
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Nithiwat/mt5-thai_reverse_dictionary") model = AutoModelForSeq2SeqLM.from_pretrained("Nithiwat/mt5-thai_reverse_dictionary")