Instructions to use drownnila/Ergonomic_TTS_ID_v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use drownnila/Ergonomic_TTS_ID_v4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="drownnila/Ergonomic_TTS_ID_v4")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("drownnila/Ergonomic_TTS_ID_v4") model = AutoModelForTextToSpectrogram.from_pretrained("drownnila/Ergonomic_TTS_ID_v4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ergonomic_TTS_ID_v3-lanjutan
This model is a fine-tuned version of drownnila/Ergonomic_TTS_ID_v3 on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.4495
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 4
- eval_batch_size: 2
- seed: 42
- gradient_accumulation_steps: 8
- total_train_batch_size: 32
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 200
- training_steps: 10000
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.4914 | 1.2469 | 1000 | 0.4539 |
| 0.4832 | 2.4938 | 2000 | 0.4521 |
| 0.4837 | 3.7408 | 3000 | 0.4550 |
| 0.4861 | 4.9877 | 4000 | 0.4537 |
| 0.4821 | 6.2345 | 5000 | 0.4492 |
| 0.4766 | 7.4814 | 6000 | 0.4522 |
| 0.4758 | 8.7283 | 7000 | 0.4499 |
| 0.4776 | 9.9752 | 8000 | 0.4507 |
| 0.4752 | 11.2220 | 9000 | 0.4507 |
| 0.4763 | 12.4689 | 10000 | 0.4495 |
Framework versions
- Transformers 4.56.1
- Pytorch 2.8.0+cu126
- Datasets 2.15.0
- Tokenizers 0.22.0
- Downloads last month
- 3
Model tree for drownnila/Ergonomic_TTS_ID_v4
Base model
microsoft/speecht5_tts Finetuned
drownnila/Ergonomic_TTS_ID Finetuned
drownnila/Ergonomic_TTS_ID_v2 Finetuned
drownnila/Ergonomic_TTS_ID_v3