Instructions to use diffusion-reasoning/LLaDA-8B-Instruct-wd1-acecode-iter60 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use diffusion-reasoning/LLaDA-8B-Instruct-wd1-acecode-iter60 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="diffusion-reasoning/LLaDA-8B-Instruct-wd1-acecode-iter60", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("diffusion-reasoning/LLaDA-8B-Instruct-wd1-acecode-iter60", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "additional_special_tokens": [ | |
| "<role>", | |
| "</role>", | |
| "<|arithmetic_start|>", | |
| "<|arithmetic_end|>", | |
| "<|number_start|>", | |
| "<|number_end|>" | |
| ], | |
| "bos_token": { | |
| "content": "<|startoftext|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "cls_token": { | |
| "content": "[CLS]", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "eos_token": { | |
| "content": "<|endoftext|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "mask_token": { | |
| "content": "<|mdm_mask|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": { | |
| "content": "<|endoftext|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |