Views
No views yet
qanta-tossup-v1)RUNTIME_ERROR).1from transformers import pipeline
2tossup = pipeline("quizbowl-tossup", model="VeigaPunk/qanta-tossup-v1", trust_remote_code=True)
3print(tossup({"question_text": "This French capital is known as the City of Light."}))
4bonus = pipeline("quizbowl-bonus", model="VeigaPunk/qanta-tossup-v1", trust_remote_code=True)
5print(bonus({"leadin": "French geography.", "part": "Name the capital city."}))Qwen/Qwen2.5-1.5B-Instruct via config _name_or_path.