Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,11 @@ It achieves the following results on the evaluation set:
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
@@ -28,9 +32,9 @@ More information needed
|
|
28 |
|
29 |
## Training and evaluation data
|
30 |
|
31 |
-
|
|
|
32 |
|
33 |
-
## Training procedure
|
34 |
|
35 |
### Training hyperparameters
|
36 |
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
+
The Speech T5 model is a text-to-speech (TTS) model based on the T5 architecture. It has been
|
24 |
+
pretrained on a large corpus of speech data, allowing it to understand and generate human-like
|
25 |
+
speech from input text. The model is capable of handling various speech synthesis tasks, making it
|
26 |
+
suitable for applications such as virtual assistants, audiobook production, and more
|
27 |
+
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
|
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
+
The model was trained using a custom-made dataset of 170 audio samples, containing commonly asked interview lines. Synthetic audio was generated using Amazon AWS Polly, which offered diverse voice options. The dataset was carefully curated to ensure a variety of speech styles, accents, and phonetic structures, enhancing the model's ability to generalize.
|
36 |
+
|
37 |
|
|
|
38 |
|
39 |
### Training hyperparameters
|
40 |
|