Instructions to use aac6fef/laya-multilingual-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use aac6fef/laya-multilingual-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir laya-multilingual-mlx aac6fef/laya-multilingual-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "bos_token": "<bos>", | |
| "clean_up_tokenization_spaces": false, | |
| "cls_token": "<bos>", | |
| "eos_token": "<eos>", | |
| "extra_special_tokens": { | |
| "extra_0": "<start_of_turn>", | |
| "extra_1": "<end_of_turn>" | |
| }, | |
| "mask_token": "<mask>", | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "model_max_length": 8192, | |
| "pad_token": "<pad>", | |
| "padding_side": "right", | |
| "sep_token": "<eos>", | |
| "spaces_between_special_tokens": false, | |
| "tokenizer_class": "PreTrainedTokenizerFast", | |
| "unk_token": "<unk>" | |
| } |