nielsr HF Staff commited on
Commit
78c0e6a
·
verified ·
1 Parent(s): 865cb64

Add pipeline tag and library name

Browse files

This PR improves the model card by:
- ensuring it can be found at https://huggingface.co/models?pipeline_tag=audio-text-to-text
- adding the relevant Transformers library name

Files changed (1) hide show
  1. README.md +2 -0
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)