Instructions to use Lakoc/libri_1000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lakoc/libri_1000 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Lakoc/libri_1000", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer
Browse files- tokenizer.json +1 -1
tokenizer.json
CHANGED
|
@@ -128,7 +128,7 @@
|
|
| 128 |
"model": {
|
| 129 |
"type": "BPE",
|
| 130 |
"dropout": null,
|
| 131 |
-
"unk_token":
|
| 132 |
"continuing_subword_prefix": null,
|
| 133 |
"end_of_word_suffix": null,
|
| 134 |
"fuse_unk": false,
|
|
|
|
| 128 |
"model": {
|
| 129 |
"type": "BPE",
|
| 130 |
"dropout": null,
|
| 131 |
+
"unk_token": "([unk])",
|
| 132 |
"continuing_subword_prefix": null,
|
| 133 |
"end_of_word_suffix": null,
|
| 134 |
"fuse_unk": false,
|