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
613 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
tsukemono's picture
tsukemono
Update README.md
80edf7b verified 3 months ago
  • inference_sample
    Add sample output 5 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    3.99 kB
    Update README.md 3 months ago
  • config.json
    832 Bytes
    Upload model_causal files and README 4 months ago
  • generation_config.json
    119 Bytes
    Upload model_causal files and README 4 months ago
  • model.safetensors
    607 MB
    xet
    Upload model_causal files and README 4 months ago
  • tokenization_llm_jp_tts.py
    13.8 kB
    Upload model_causal files and README 4 months ago
  • tokenizer.json
    5.13 MB
    Upload model_causal files and README 4 months ago
  • tokenizer_config.json
    645 Bytes
    Upload model_causal files and README 4 months ago