Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

esnya
/
japanese_speecht5_tts

Text-to-Speech
Transformers
Safetensors
Japanese
speecht5
text-to-audio
jvs
pyopenjtalk
speech-to-text
Model card Files Files and versions
xet
Community
5

Instructions to use esnya/japanese_speecht5_tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use esnya/japanese_speecht5_tts with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="esnya/japanese_speecht5_tts")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("esnya/japanese_speecht5_tts")
    model = AutoModelForTextToSpectrogram.from_pretrained("esnya/japanese_speecht5_tts")
  • Notebooks
  • Google Colab
  • Kaggle
japanese_speecht5_tts
576 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
esnya's picture
esnya
Update README.md
21d6e52 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    4.14 kB
    Update README.md almost 3 years ago
  • config.json
    2.15 kB
    speecht5_tts_jvs_ver1_e20_openjtalk_longer_20230809-031157 almost 3 years ago
  • model.safetensors
    576 MB
    xet
    speecht5_tts_jvs_ver1_e20_openjtalk_longer_20230809-031157 almost 3 years ago
  • preprocessor_config.json
    458 Bytes
    speecht5_tts_jvs_ver1_e20_openjtalk_longer_20230809-031157_processor almost 3 years ago
  • special_tokens_map.json
    96 Bytes
    speecht5_tts_jvs_ver1_e20_openjtalk_longer_20230809-031157_tokenizer almost 3 years ago
  • speecht5_openjtalk_tokenizer.py
    3.82 kB
    speecht5_tts_jvs_ver1_e20_openjtalk_longer_20230809-031157_tokenizer almost 3 years ago
  • tokenizer_config.json
    267 Bytes
    speecht5_tts_jvs_ver1_e20_openjtalk_longer_20230809-031157_tokenizer almost 3 years ago
  • vocab.json
    1.35 kB
    speecht5_tts_jvs_ver1_e20_openjtalk_longer_20230809-031157_vocab almost 3 years ago