Edit model card

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
3
Inference API
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.