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 adapter_model.safetensors with huggingface_hub
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddc65daa51ca7eea6d8f23f9dde06c28f2649b40e4bb2cf6bdeefd1f6850be34
|
| 3 |
+
size 132187888
|