Update README.md
Browse files
README.md
CHANGED
@@ -85,10 +85,20 @@ pip install git+https://github.com/langtech-bsc/Matcha-TTS.git@dev-cat
|
|
85 |
|
86 |
```
|
87 |
|
88 |
-
###
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
We also release a ONNX version of the model
|
91 |
|
|
|
|
|
|
|
|
|
92 |
## Training Details
|
93 |
|
94 |
### Training data
|
|
|
85 |
|
86 |
```
|
87 |
|
88 |
+
### For Inference
|
89 |
+
|
90 |
+
#### PyTorch
|
91 |
+
|
92 |
+
Speech inference can be done with **Catalan Matcha-TTS** by loading the model remotely with the HF hub.
|
93 |
+
|
94 |
+
#### ONNX
|
95 |
|
96 |
We also release a ONNX version of the model
|
97 |
|
98 |
+
### For Training
|
99 |
+
|
100 |
+
The entire checkpoint is also release to continue with pretraining or finetuning.
|
101 |
+
|
102 |
## Training Details
|
103 |
|
104 |
### Training data
|