End of training
Browse files- README.md +64 -0
- generation_config.json +9 -0
- preprocessor_config.json +19 -0
README.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
language:
|
| 4 |
+
- cz
|
| 5 |
+
license: cc-by-nc-sa-4.0
|
| 6 |
+
base_model: fav-kky/SpeechT5-base-cs-tts
|
| 7 |
+
tags:
|
| 8 |
+
- tts
|
| 9 |
+
- czech
|
| 10 |
+
- parlaspeechcz
|
| 11 |
+
- generated_from_trainer
|
| 12 |
+
datasets:
|
| 13 |
+
- ParlaspeechCZ
|
| 14 |
+
model-index:
|
| 15 |
+
- name: SpeechT5 TTS Czech
|
| 16 |
+
results: []
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 20 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 21 |
+
|
| 22 |
+
# SpeechT5 TTS Czech
|
| 23 |
+
|
| 24 |
+
This model is a fine-tuned version of [fav-kky/SpeechT5-base-cs-tts](https://huggingface.co/fav-kky/SpeechT5-base-cs-tts) on the ParlaspeechCZ dataset.
|
| 25 |
+
|
| 26 |
+
## Model description
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Intended uses & limitations
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training and evaluation data
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Training procedure
|
| 39 |
+
|
| 40 |
+
### Training hyperparameters
|
| 41 |
+
|
| 42 |
+
The following hyperparameters were used during training:
|
| 43 |
+
- learning_rate: 0.0001
|
| 44 |
+
- train_batch_size: 64
|
| 45 |
+
- eval_batch_size: 8
|
| 46 |
+
- seed: 42
|
| 47 |
+
- gradient_accumulation_steps: 4
|
| 48 |
+
- total_train_batch_size: 256
|
| 49 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
+
- lr_scheduler_type: linear
|
| 51 |
+
- lr_scheduler_warmup_steps: 50
|
| 52 |
+
- training_steps: 100
|
| 53 |
+
- mixed_precision_training: Native AMP
|
| 54 |
+
|
| 55 |
+
### Training results
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
### Framework versions
|
| 60 |
+
|
| 61 |
+
- Transformers 4.50.3
|
| 62 |
+
- Pytorch 2.5.0+cu124
|
| 63 |
+
- Datasets 3.2.0
|
| 64 |
+
- Tokenizers 0.21.4
|
generation_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 0,
|
| 4 |
+
"decoder_start_token_id": 2,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"max_length": 1876,
|
| 7 |
+
"pad_token_id": 1,
|
| 8 |
+
"transformers_version": "4.50.3"
|
| 9 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": false,
|
| 3 |
+
"feature_extractor_type": "SpeechT5FeatureExtractor",
|
| 4 |
+
"feature_size": 1,
|
| 5 |
+
"fmax": 7600,
|
| 6 |
+
"fmin": 80,
|
| 7 |
+
"frame_signal_scale": 1.0,
|
| 8 |
+
"hop_length": 16,
|
| 9 |
+
"mel_floor": 1e-10,
|
| 10 |
+
"num_mel_bins": 80,
|
| 11 |
+
"padding_side": "right",
|
| 12 |
+
"padding_value": 0.0,
|
| 13 |
+
"processor_class": "SpeechT5Processor",
|
| 14 |
+
"reduction_factor": 2,
|
| 15 |
+
"return_attention_mask": true,
|
| 16 |
+
"sampling_rate": 16000,
|
| 17 |
+
"win_function": "hann_window",
|
| 18 |
+
"win_length": 64
|
| 19 |
+
}
|