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
1.69 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 50 commits
ylacombe's picture
ylacombe
Update README.md
a5fe1d9 almost 3 years ago
  • speaker_embeddings
    Upload folder using huggingface_hub (#11) almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    6.09 kB
    Update README.md almost 3 years ago
  • config.json
    8.8 kB
    Upload model almost 3 years ago
  • generation_config.json
    4.91 kB
    Upload model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.BoolStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    1.68 GB
    xet
    Upload model almost 3 years ago
  • speaker_embeddings_path.json
    61.1 kB
    Upload speaker_embeddings_path.json with huggingface_hub almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload processor almost 3 years ago
  • tokenizer.json
    2.92 MB
    Upload processor almost 3 years ago
  • tokenizer_config.json
    353 Bytes
    Upload processor almost 3 years ago
  • vocab.txt
    996 kB
    Upload processor almost 3 years ago