Add pipeline tag and library name
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- visual-question-answering
|
|
|
|
|
4 |
---
|
5 |
|
6 |
This repository contains the model presented in [Question-Aware Gaussian Experts for Audio-Visual Question Answering](https://huggingface.co/papers/2503.04459)
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- visual-question-answering
|
4 |
+
pipeline_tag: audio-text-to-text
|
5 |
+
library_name: transformers
|
6 |
---
|
7 |
|
8 |
This repository contains the model presented in [Question-Aware Gaussian Experts for Audio-Visual Question Answering](https://huggingface.co/papers/2503.04459)
|