huggingface / hub-docs

Docs of the Hugging Face Hub
http://hf.co/docs/hub
Apache License 2.0
302 stars 253 forks source link

Tracking integration for Image Question Answering #38

Closed osanseviero closed 1 year ago

osanseviero commented 3 years ago

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 🔥

Integration guide: https://hf.co/docs/hub/adding-a-task

cc @mishig25 @NielsRogge

NielsRogge commented 2 years 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

osanseviero commented 2 years ago

The pipeline is now here, so we can add this to the inference API + a widget for it (cc @mishig25). WDYT?

osanseviero commented 1 year ago

This is now fixed!