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
- 2
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.