Instructions to use welyjesch/Enc_Tagalog_OrpheusTTS_3B_tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use welyjesch/Enc_Tagalog_OrpheusTTS_3B_tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("welyjesch/Enc_Tagalog_OrpheusTTS_3B_tokenizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio new
How to use welyjesch/Enc_Tagalog_OrpheusTTS_3B_tokenizer with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for welyjesch/Enc_Tagalog_OrpheusTTS_3B_tokenizer to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for welyjesch/Enc_Tagalog_OrpheusTTS_3B_tokenizer to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for welyjesch/Enc_Tagalog_OrpheusTTS_3B_tokenizer to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="welyjesch/Enc_Tagalog_OrpheusTTS_3B_tokenizer", max_seq_length=2048, )
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- special_tokens_map.json +7 -1
- tokenizer_config.json +1 -1
special_tokens_map.json
CHANGED
|
@@ -16,5 +16,11 @@
|
|
| 16 |
"rstrip": false,
|
| 17 |
"single_word": false
|
| 18 |
},
|
| 19 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
}
|
|
|
|
| 16 |
"rstrip": false,
|
| 17 |
"single_word": false
|
| 18 |
},
|
| 19 |
+
"pad_token": {
|
| 20 |
+
"content": "<custom_token_7>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": true,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false
|
| 25 |
+
}
|
| 26 |
}
|
tokenizer_config.json
CHANGED
|
@@ -231535,7 +231535,7 @@
|
|
| 231535 |
],
|
| 231536 |
"model_max_length": 131072,
|
| 231537 |
"pad_token": "<custom_token_7>",
|
| 231538 |
-
"padding_side": "
|
| 231539 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 231540 |
"unk_token": null
|
| 231541 |
}
|
|
|
|
| 231535 |
],
|
| 231536 |
"model_max_length": 131072,
|
| 231537 |
"pad_token": "<custom_token_7>",
|
| 231538 |
+
"padding_side": "left",
|
| 231539 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 231540 |
"unk_token": null
|
| 231541 |
}
|