Update pipeline tag to audio-to-audio
Browse filesThis 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.
README.md
CHANGED
|
@@ -6,12 +6,12 @@ language:
|
|
| 6 |
- fr
|
| 7 |
- de
|
| 8 |
- ko
|
|
|
|
| 9 |
license: apache-2.0
|
| 10 |
-
pipeline_tag:
|
| 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
|