Add pipeline to model card for use with inference endpoints
Browse files
README.md
CHANGED
@@ -9,6 +9,7 @@ datasets:
|
|
9 |
model-index:
|
10 |
- name: SpeechT5 TTS Vietnamese
|
11 |
results: []
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -63,4 +64,4 @@ The following hyperparameters were used during training:
|
|
63 |
- Transformers 4.29.0.dev0
|
64 |
- Pytorch 2.0.0
|
65 |
- Datasets 2.11.0
|
66 |
-
- Tokenizers 0.13.3
|
|
|
9 |
model-index:
|
10 |
- name: SpeechT5 TTS Vietnamese
|
11 |
results: []
|
12 |
+
pipeline_tag: text-to-speech
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
64 |
- Transformers 4.29.0.dev0
|
65 |
- Pytorch 2.0.0
|
66 |
- Datasets 2.11.0
|
67 |
+
- Tokenizers 0.13.3
|