Text Generation
PEFT
Safetensors
English
qwen2
custom-architecture
qwen
instruct
reasoning
chain-of-thought
lora
alpaca
Instructions to use Nebulixlabs/Nutral-Reasoning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Nebulixlabs/Nutral-Reasoning with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| { | |
| "add_prefix_space": false, | |
| "backend": "tokenizers", | |
| "bos_token": "<|endoftext|>", | |
| "eos_token": "<|endoftext|>", | |
| "errors": "replace", | |
| "extra_special_tokens": [ | |
| "<|im_start|>", | |
| "<|im_end|>", | |
| "<think>", | |
| "</think>" | |
| ], | |
| "is_local": true, | |
| "max_length": 1024, | |
| "model_max_length": 1024, | |
| "pad_token": "<|endoftext|>", | |
| "stride": 0, | |
| "tokenizer_class": "TokenizersBackend", | |
| "truncation_side": "right", | |
| "truncation_strategy": "longest_first", | |
| "unk_token": "<|endoftext|>" | |
| } | |