Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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
3.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
ylacombe's picture
ylacombe
44905ca101e9f7e1bfbf09a77ba8e58421d734a433701815303e13d4a8a9f0b9
0a0d53e almost 3 years ago
  • speaker_embeddings
    44905ca101e9f7e1bfbf09a77ba8e58421d734a433701815303e13d4a8a9f0b9 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
    3.26 GB
    xet
    Upload folder using huggingface_hub (#1) almost 3 years ago