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

tsukemono
/
neuTTS-JP-150m

Text-to-Speech
Transformers
Safetensors
Japanese
llama
text-generation
tts
audio
japanese
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use tsukemono/neuTTS-JP-150m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tsukemono/neuTTS-JP-150m with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="tsukemono/neuTTS-JP-150m")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("tsukemono/neuTTS-JP-150m")
    model = AutoModelForCausalLM.from_pretrained("tsukemono/neuTTS-JP-150m")
  • Notebooks
  • Google Colab
  • Kaggle
neuTTS-JP-150m / inference_sample
178 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
tsukemono's picture
tsukemono
Add sample output 5
7e78b8a verified 4 months ago
  • sample_output_1.mp3
    21 kB
    Add sample output 1 4 months ago
  • sample_output_2.mp3
    38.1 kB
    Add sample output 2 4 months ago
  • sample_output_3.mp3
    30.6 kB
    Add sample output 3 4 months ago
  • sample_output_4.mp3
    57.6 kB
    Add sample output 4 4 months ago
  • sample_output_5.mp3
    30.4 kB
    Add sample output 5 4 months ago