Update README.md
Browse files
README.md
CHANGED
@@ -23,9 +23,9 @@ datasets:
|
|
23 |
- [Model description](#model-description)
|
24 |
- [Intended uses and limitations](#intended-uses-and-limitations)
|
25 |
- [How to use](#how-to-use)
|
26 |
-
- [Limitations and bias](#limitations-and-bias)
|
27 |
- [Training](#training)
|
28 |
- [Evaluation](#evaluation)
|
|
|
29 |
- [Additional information](#additional-information)
|
30 |
|
31 |
</details>
|
@@ -41,6 +41,13 @@ This yields an ODE-based decoder capable of high output quality in fewer synthes
|
|
41 |
|
42 |
## Intended uses and limitations
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
## How to use
|
45 |
```python
|
46 |
import torch
|
@@ -68,15 +75,6 @@ generation = generator(
|
|
68 |
print(f"Result: {generation[0]['generated_text']}")
|
69 |
```
|
70 |
|
71 |
-
## Limitations and bias
|
72 |
-
|
73 |
-
This model is intended to serve as an acoustic feature generator for multispeaker text-to-speech systems for the Catalan language.
|
74 |
-
It has been finetuned using a Catalan phonemizer, therefore if the model is used in other languages it may will not produce intelligible samples after converting its output
|
75 |
-
into a speech waveform.
|
76 |
-
|
77 |
-
The quality of the samples can vary depending on the speaker.
|
78 |
-
This may be due to the sensitivity of the model in learning specific frequencies and also due to the samples used for each speaker.
|
79 |
-
|
80 |
## Training
|
81 |
|
82 |
### Adaptation
|
|
|
23 |
- [Model description](#model-description)
|
24 |
- [Intended uses and limitations](#intended-uses-and-limitations)
|
25 |
- [How to use](#how-to-use)
|
|
|
26 |
- [Training](#training)
|
27 |
- [Evaluation](#evaluation)
|
28 |
+
- [Citation](#citation)
|
29 |
- [Additional information](#additional-information)
|
30 |
|
31 |
</details>
|
|
|
41 |
|
42 |
## Intended uses and limitations
|
43 |
|
44 |
+
This model is intended to serve as an acoustic feature generator for multispeaker text-to-speech systems for the Catalan language.
|
45 |
+
It has been finetuned using a Catalan phonemizer, therefore if the model is used in other languages it may will not produce intelligible samples after converting its output
|
46 |
+
into a speech waveform.
|
47 |
+
|
48 |
+
The quality of the samples can vary depending on the speaker.
|
49 |
+
This may be due to the sensitivity of the model in learning specific frequencies and also due to the samples used for each speaker.
|
50 |
+
|
51 |
## How to use
|
52 |
```python
|
53 |
import torch
|
|
|
75 |
print(f"Result: {generation[0]['generated_text']}")
|
76 |
```
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
## Training
|
79 |
|
80 |
### Adaptation
|