nielsr HF staff commited on
Commit
a58efa3
1 Parent(s): 3053b3c

Add pipeline tag, link to paper and code

Browse files

This PR adds the `audio-to-audio` pipeline tag to the model card, ensuring people can find the model at https://huggingface.co/models?pipeline_tag=audio-to-audio.
It also includes a link to the paper and to the Github repository.

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: audio-to-audio
4
  ---
5
+
6
+ This repository contains the model for [Universal Source Separation with Weakly Labelled Data](https://huggingface.co/papers/2305.07447).
7
+
8
+ Code: https://github.com/bytedance/uss