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