Question Answering
AllenNLP
How to use from the
Use from the
AllenNLP library
import allennlp_models
from allennlp.predictors.predictor import Predictor

predictor = Predictor.from_path("hf://Belldofers/BelldofersTestModel")
predictor_input = {"passage": "My name is Wolfgang and I live in Berlin", "question": "Where do I live?"}
predictions = predictor.predict_json(predictor_input)
README.md exists but content is empty.
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train Belldofers/BelldofersTestModel