End of training
Browse files
README.md
CHANGED
|
@@ -3,18 +3,21 @@ library_name: transformers
|
|
| 3 |
license: mit
|
| 4 |
base_model: microsoft/speecht5_tts
|
| 5 |
tags:
|
|
|
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
| 7 |
model-index:
|
| 8 |
-
- name:
|
| 9 |
results: []
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
|
| 15 |
-
#
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 0.4566
|
| 20 |
|
|
|
|
| 3 |
license: mit
|
| 4 |
base_model: microsoft/speecht5_tts
|
| 5 |
tags:
|
| 6 |
+
- tts
|
| 7 |
- generated_from_trainer
|
| 8 |
+
datasets:
|
| 9 |
+
- microsoft/speecht5_tts
|
| 10 |
model-index:
|
| 11 |
+
- name: SpeechT5 Technical English
|
| 12 |
results: []
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
|
| 18 |
+
# SpeechT5 Technical English
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the TTS_English_Technical_data dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
- Loss: 0.4566
|
| 23 |
|