RoxasYTB commited on
Commit
1ac6695
·
verified ·
1 Parent(s): 7613b55

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -16,13 +16,11 @@ license: cc-by-4.0
16
 
17
  LJSpeech dataset of GLaDOS (Portal 2) (en).
18
  - **982** pairs
19
- - 16kHz mono 16-bit PCM WAV
20
 
21
  ## Piper TTS Training (High Quality on T4 GPU)
22
 
23
- This dataset is ready for Piper TTS training. Recommended parameters:
24
-
25
- ### Preprocessing
26
  ```sh
27
  python3 -m piper_train.preprocess \
28
  --language en-us \
@@ -49,9 +47,3 @@ python3 -m piper_train \
49
  --precision 32 \
50
  --max-phoneme-ids 400
51
  ```
52
-
53
- - **Quality**: `high` (22,050 Hz, larger voice model, better quality)
54
- - **Batch size**: 16 fits T4 16GB VRAM at high quality
55
- - **Precision**: 32 (full precision, T4 backward pass is slow with 16-mixed for VITS)
56
- - **Fine-tune**: from an existing Piper checkpoint (same quality/rate)
57
- - **Max phoneme ids**: 400 filters very long sentences to fit VRAM
 
16
 
17
  LJSpeech dataset of GLaDOS (Portal 2) (en).
18
  - **982** pairs
19
+ - 44.1kHz mono 16-bit PCM WAV (original wiki quality)
20
 
21
  ## Piper TTS Training (High Quality on T4 GPU)
22
 
23
+ ### Preprocessing (downsample to 22.05kHz)
 
 
24
  ```sh
25
  python3 -m piper_train.preprocess \
26
  --language en-us \
 
47
  --precision 32 \
48
  --max-phoneme-ids 400
49
  ```