xenova / transformers.js

State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
https://huggingface.co/docs/transformers.js
Apache License 2.0
10.97k stars 668 forks source link

[Feature request] Visual Question Answering Support #89

Open kevin51jiang opened 1 year ago

kevin51jiang commented 1 year ago

Name of the feature In general, the feature you want added should be supported by HuggingFace's transformers library:

Reason for request Why is it important that we add this feature? What is your intended use case? Remember, we are more likely to add support for models/pipelines/tasks that are popular (e.g., many downloads), or contain functionality that does not exist (e.g., new input type).

Additional context Add any other context or screenshots about the feature request here.

xenova commented 1 year ago

Currently, VQA isn't supported in optimum (meaning you can't export ONNX files yet). I will add it once they support it! :)

I've opened a feature request for it here.