nielsr HF Staff commited on
Commit
55845a6
·
verified ·
1 Parent(s): 5fa5b5c

Add model card, link to Github and paper

Browse files

This PR improves the model card with:
- the appropriate `pipeline_tag`
- a link to the paper

Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,5 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
- Pretrain and finetune weights for CVPR'25 Paper "Crab: A Unified Audio-Visual Scene Understanding Model
5
- with Explicit Cooperation"
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: video-audio-to-text
4
+ library_name: transformers
5
  ---
6
+
7
+ This repository contains the pretrain and finetune weights for the model introduced in the paper "Crab: A Unified Audio-Visual Scene Understanding Model with Explicit Cooperation".
8
+
9
+ [Paper](https://huggingface.co/papers/2503.13068)
10
+
11
+ Github: https://github.com/GeWu-Lab/Crab