Update README.md
Browse files
README.md
CHANGED
@@ -18,4 +18,6 @@ The corpus consists of a single speaker, with 4515 segments extracted from [this
|
|
18 |
The model was trained on a single RTX 3090 GPU. The training took about 1 day for the first checkpoint (Step 93000).
|
19 |
Based on the quality of the preview model, we are aiming for 250K Steps.
|
20 |
|
21 |
-
|
|
|
|
|
|
18 |
The model was trained on a single RTX 3090 GPU. The training took about 1 day for the first checkpoint (Step 93000).
|
19 |
Based on the quality of the preview model, we are aiming for 250K Steps.
|
20 |
|
21 |
+
## Usage
|
22 |
+
The model can be used with [JayWalnut's git repo](https://github.com/jaywalnut310/vits), but you have to modify the `text/cleaners.py` file to contain our `hungarian_cleaners` method.
|
23 |
+
We provided the necessary files in our repo to do so.
|