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
Upload model-00002-of-00002.safetensors with huggingface_hub
Browse files
model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0669de3cb22c7f74c900d42ce22971a8cd98056f8064242abdf6385015126a59
|
| 3 |
+
size 3077766632
|