Instructions to use kr301/d2v2x-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kr301/d2v2x-adapter with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| { | |
| "add_prefix_space": false, | |
| "backend": "tokenizers", | |
| "bos_token": null, | |
| "clean_up_tokenization_spaces": false, | |
| "eos_token": "<|im_end|>", | |
| "errors": "replace", | |
| "extra_special_tokens": [ | |
| "<lidar>", | |
| "<think>", | |
| "</think>" | |
| ], | |
| "is_local": true, | |
| "model_max_length": 262144, | |
| "pad_token": "<|endoftext|>", | |
| "processor_class": "Qwen3VLProcessor", | |
| "split_special_tokens": false, | |
| "tokenizer_class": "Qwen2Tokenizer", | |
| "unk_token": null | |
| } | |