Views
No views yet
google/flan-t5-base using QLoRA and Prompt Tuning on a hybrid QA dataset.google/flan-t5-basePravesh390/country-capital-mixed.1from transformers import pipeline
2pipe = pipeline("text2text-generation", model="Pravesh390/flan-t5-qlora-countryqa-v1")
3pipe("What is the capital of Brazil?")