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
Upload folder using huggingface_hub
#4
by ylacombe - opened
- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad8ee3b888a6daefb7070a1ce93dc9ec945762c8049e50a2a273728226498f85
|
| 3 |
+
size 1676665001
|