Instructions to use Stalemartyr/mt-thai-LoRa-v4.4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Stalemartyr/mt-thai-LoRa-v4.4 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Stalemartyr/mt-thai-LoRa-v4.4", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "backend": "tokenizers", | |
| "bos_token": "<|hy_begin▁of▁sentence|>", | |
| "clean_up_tokenization_spaces": true, | |
| "eos_token": "<|hy_place▁holder▁no▁2|>", | |
| "is_local": false, | |
| "local_files_only": false, | |
| "model_max_length": 1000000000000000019884624838656, | |
| "pad_token": "<|hy_▁pad▁|>", | |
| "tokenizer_class": "TokenizersBackend" | |
| } | |