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

predictor = Predictor.from_path("hf://dulivio/AVIA")
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: AIDC-AI/Marco-o1
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 dulivio/AVIA

Base model

Qwen/Qwen2-VL-7B
Finetuned
(5)
this model

Dataset used to train dulivio/AVIA