Audio-to-Audio
Transformers
Safetensors
multilingual
speecht5
philippines
philippine-languages
voice-conversion
speech-to-speech
bcl
ceb
eng
fil
hil
ilo
pag
pam
tsg
war
Instructions to use sapinsapin/speecht5_vc-pld with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sapinsapin/speecht5_vc-pld with Transformers:
# Load model directly from transformers import AutoProcessor, SpeechT5ForSpeechToSpeechWithLoss processor = AutoProcessor.from_pretrained("sapinsapin/speecht5_vc-pld") model = SpeechT5ForSpeechToSpeechWithLoss.from_pretrained("sapinsapin/speecht5_vc-pld", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "added_tokens_decoder": { | |
| "0": { | |
| "content": "<s>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "1": { | |
| "content": "<pad>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "2": { | |
| "content": "</s>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "3": { | |
| "content": "<unk>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "79": { | |
| "content": "<mask>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "80": { | |
| "content": "<ctc_blank>", | |
| "lstrip": false, | |
| "normalized": true, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": false | |
| } | |
| }, | |
| "backend": "sentencepiece", | |
| "bos_token": "<s>", | |
| "eos_token": "</s>", | |
| "is_local": false, | |
| "local_files_only": false, | |
| "mask_token": "<mask>", | |
| "model_max_length": 450, | |
| "normalize": false, | |
| "pad_token": "<pad>", | |
| "processor_class": "SpeechT5Processor", | |
| "sp_model_kwargs": {}, | |
| "tokenizer_class": "SpeechT5Tokenizer", | |
| "unk_token": "<unk>" | |
| } | |