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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

fa4amir
/
VibeVoice-1.5B

Text-to-Speech
Transformers
Safetensors
VibeVoice
English
Chinese
text-generation
Podcast
Model card Files Files and versions
xet
Community

Instructions to use fa4amir/VibeVoice-1.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fa4amir/VibeVoice-1.5B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="fa4amir/VibeVoice-1.5B")
    # Load model directly
    from transformers import AutoModelForSeq2SeqLM
    model = AutoModelForSeq2SeqLM.from_pretrained("fa4amir/VibeVoice-1.5B", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
VibeVoice-1.5B
5.41 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
fa4amir's picture
fa4amir
Add model chunk 3 via Git LFS
bd63722 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    7.27 kB
    Add README.md 10 months ago
  • config.json
    2.76 kB
    Add config.json 10 months ago
  • model-00001-of-00003.safetensors
    1.98 GB
    xet
    Add model chunk 1 via Git LFS 10 months ago
  • model-00002-of-00003.safetensors
    1.98 GB
    xet
    Add model chunk 2 via Git LFS 10 months ago
  • model-00003-of-00003.safetensors
    1.45 GB
    xet
    Add model chunk 3 via Git LFS 10 months ago
  • model.safetensors.index.json
    123 kB
    Add model index file 10 months ago
  • preprocessor_config.json
    351 Bytes
    Add preprocessor config 10 months ago