nielsr HF Staff commited on
Commit
cfd0078
·
verified ·
1 Parent(s): 2caf077

Update pipeline tag to audio-to-audio

Browse files

This PR updates the `pipeline_tag` for the `amphion/TaDiCodec` model from `text-to-speech` to `audio-to-audio`. This change more accurately reflects the model's core functionality as a speech tokenizer capable of speech reconstruction, enabling it to be found under the correct pipeline category at https://huggingface.co/models?pipeline_tag=audio-to-audio. The existing `Text-to-Speech` tag is retained in the general `tags` list to acknowledge the model's use in TTS applications.

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,12 +6,12 @@ language:
6
  - fr
7
  - de
8
  - ko
 
9
  license: apache-2.0
10
- pipeline_tag: text-to-speech
11
  tags:
12
  - Speech-Tokenizer
13
  - Text-to-Speech
14
- library_name: transformers
15
  ---
16
 
17
  # 🚀 TaDiCodec
 
6
  - fr
7
  - de
8
  - ko
9
+ library_name: transformers
10
  license: apache-2.0
11
+ pipeline_tag: audio-to-audio
12
  tags:
13
  - Speech-Tokenizer
14
  - Text-to-Speech
 
15
  ---
16
 
17
  # 🚀 TaDiCodec