Steveeeeeeen HF Staff commited on
Commit
1fe29e9
·
verified ·
1 Parent(s): 9d56079

Add dataset card

Browse files

This PR adds a dataset card for the OmniSep dataset, including links to the paper and code, a brief description, and the task category.

Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - audio-to-audio
4
+ license: mit
5
+ tags:
6
+ - sound-separation
7
+ - multi-modal
8
+ ---
9
+
10
+ This repository contains the datasets used in the paper [OmniSep: Unified Omni-Modality Sound Separation with Query-Mixup](https://huggingface.co/papers/2410.21269).
11
+
12
+ [Project Page](https://omnisep.github.io/)
13
+
14
+ The code for OmniSep can be found at: https://github.com/Exgc/OmniSep