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
File size: 360 Bytes
1642c3a | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"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"
}
|