Instructions to use inclusionAI/LLaDA-MoE-7B-A1B-Instruct-TD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use inclusionAI/LLaDA-MoE-7B-A1B-Instruct-TD with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("inclusionAI/LLaDA-MoE-7B-A1B-Instruct-TD", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "_from_model_config": true, | |
| "eos_token_id": 156892, | |
| "pad_token_id": 156892, | |
| "transformers_version": "4.46.3", | |
| "use_cache": false | |
| } | |