update with bark-small reference
Browse files
README.md
CHANGED
|
@@ -36,7 +36,9 @@ This model is meant for research purposes only.
|
|
| 36 |
The model output is not censored and the authors do not endorse the opinions in the generated content.
|
| 37 |
Use at your own risk.
|
| 38 |
|
| 39 |
-
|
|
|
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
## Example
|
|
@@ -149,6 +151,9 @@ write_wav("/path/to/audio.wav", SAMPLE_RATE, audio_array)
|
|
| 149 |
|
| 150 |
## Model Details
|
| 151 |
|
|
|
|
|
|
|
|
|
|
| 152 |
Bark is a series of three transformer models that turn text into audio.
|
| 153 |
|
| 154 |
### Text to semantic tokens
|
|
|
|
| 36 |
The model output is not censored and the authors do not endorse the opinions in the generated content.
|
| 37 |
Use at your own risk.
|
| 38 |
|
| 39 |
+
Two checkpoints are released:
|
| 40 |
+
- [small](https://huggingface.co/suno/bark-small)
|
| 41 |
+
- [**large** (this checkpoint)](https://huggingface.co/suno/bark)
|
| 42 |
|
| 43 |
|
| 44 |
## Example
|
|
|
|
| 151 |
|
| 152 |
## Model Details
|
| 153 |
|
| 154 |
+
|
| 155 |
+
The following is additional information about the models released here.
|
| 156 |
+
|
| 157 |
Bark is a series of three transformer models that turn text into audio.
|
| 158 |
|
| 159 |
### Text to semantic tokens
|