Instructions to use inclusionAI/LLaDA2.0-flash with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use inclusionAI/LLaDA2.0-flash with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("inclusionAI/LLaDA2.0-flash", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token": "<|startoftext|>", | |
| "cls_token": "[CLS]", | |
| "eos_token": "<|endoftext|>", | |
| "gmask_token": "[gMASK]", | |
| "pad_token": "<|endoftext|>", | |
| "mask_token": "<|mask|>" | |
| } | |