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

predictor = Predictor.from_path("hf://rithuik/testing")
predictor_input = {"passage": "My name is Wolfgang and I live in Berlin", "question": "Where do I live?"}
predictions = predictor.predict_json(predictor_input)
A newer version of this model is available: microsoft/phi-4
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

Model tree for rithuik/testing

Finetuned
(913)
this model

Dataset used to train rithuik/testing