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

ylacombe
/
bark-small

Text-to-Speech
Transformers
PyTorch
bark
text-to-audio
audio
Model card Files Files and versions
xet
Community
14

Instructions to use ylacombe/bark-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ylacombe/bark-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="ylacombe/bark-small")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToWaveform
    
    processor = AutoProcessor.from_pretrained("ylacombe/bark-small")
    model = AutoModelForTextToWaveform.from_pretrained("ylacombe/bark-small")
  • Notebooks
  • Google Colab
  • Kaggle
bark-small
1.68 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ylacombe's picture
ylacombe
f1061f122875595c332db0024ad9e5813476aa31c1d71f1e9ddf6dc2533e13c2
d4b1917 almost 3 years ago
  • speaker_embeddings
    Upload folder using huggingface_hub (#3) almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • config.json
    6.86 kB
    Upload folder using huggingface_hub (#1) almost 3 years ago
  • pytorch_model.bin
    1.68 GB
    xet
    f1061f122875595c332db0024ad9e5813476aa31c1d71f1e9ddf6dc2533e13c2 almost 3 years ago