nielsr HF Staff commited on
Commit
ad41f6f
·
verified ·
1 Parent(s): 1eb90f3

Add audio-to-audio pipeline tag

Browse files

This PR adds the `audio-to-audio` pipeline tag to the model card metadata. This tag accurately reflects the model's primary function as an acoustic discrete codec tokenizer, converting audio to a discrete representation and back. This makes the model discoverable by users interested in audio-to-audio tasks.

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: mit
 
3
  ---
4
 
5
  # WavTokenizer
 
1
  ---
2
  license: mit
3
+ pipeline_tag: audio-to-audio
4
  ---
5
 
6
  # WavTokenizer