Instructions to use BricksDisplay/vits-eng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use BricksDisplay/vits-eng with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-to-speech', 'BricksDisplay/vits-eng');
Upload folder using huggingface_hub
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
| 20 |
},
|
| 21 |
"clean_up_tokenization_spaces": true,
|
| 22 |
"is_uroman": false,
|
| 23 |
-
"language":
|
| 24 |
"model_max_length": 1000000000000000019884624838656,
|
| 25 |
"normalize": true,
|
| 26 |
"pad_token": "_",
|
|
|
|
| 20 |
},
|
| 21 |
"clean_up_tokenization_spaces": true,
|
| 22 |
"is_uroman": false,
|
| 23 |
+
"language": "eng",
|
| 24 |
"model_max_length": 1000000000000000019884624838656,
|
| 25 |
"normalize": true,
|
| 26 |
"pad_token": "_",
|