Closed osanseviero closed 1 year ago
We do have a model already in the library (ViLT) that can do VQA pretty well! https://huggingface.co/spaces/nielsr/vilt-vqa
Should be relatively easy to add a pipeline for it (the model isn't that complex compared to other ones, it just outputs logits
) cc @Narsil
The pipeline is now here, so we can add this to the inference API + a widget for it (cc @mishig25). WDYT?
This is now fixed!
Tracking integration of task -Image Question Answering
Note that you're not expected to do all of the following steps. This PR helps track all the steps required to get a new task fully supported in the Hub 🔥
transformers
pipeline
Integration guide: https://hf.co/docs/hub/adding-a-task
cc @mishig25 @NielsRogge