Instructions to use JustScriptzz/nexus-plus-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JustScriptzz/nexus-plus-v2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-4B-Base") model = PeftModel.from_pretrained(base_model, "JustScriptzz/nexus-plus-v2") - Notebooks
- Google Colab
- Kaggle
File size: 123 Bytes
aff6b43 | 1 2 3 4 5 6 7 | {
"bos_token_id": 151643,
"eos_token_id": 151643,
"max_new_tokens": 2048,
"transformers_version": "4.51.3"
}
|