How to use:
from transformers import pipeline
question_answerer = pipeline("question-answering", model="clarin-knext/herbert-large-poquad")
question="Jakie miasto jest stolic膮 Polski?"
context="Polska to pi臋kny kraj kt贸rego stolic膮 jest Warszawa."
question_answerer(question=question, context=context)
- Downloads last month
- 11
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
馃檵
Ask for provider support