Text Generation
PEFT
Safetensors
English
qlora
governed-agent
proposal-only
research-only
szl-holdings
khipu
abstain-retrain
conversational
Instructions to use SZLHOLDINGS/KHIPU-R2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SZLHOLDINGS/KHIPU-R2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-1.5B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "SZLHOLDINGS/KHIPU-R2") - Notebooks
- Google Colab
- Kaggle
docs(card): INTI copy contract — ROADMAP. first sentence + roadmap tag
Browse files
README.md
CHANGED
|
@@ -11,6 +11,7 @@ tags:
|
|
| 11 |
- szl-holdings
|
| 12 |
- khipu
|
| 13 |
- series-a
|
|
|
|
| 14 |
szl:
|
| 15 |
doctrine: v11-LOCKED
|
| 16 |
artifact_class: ADAPTER
|
|
@@ -24,6 +25,7 @@ szl:
|
|
| 24 |
weights: UNAVAILABLE
|
| 25 |
never_overwrite: SZLHOLDINGS/SZL-Khipu-1.5B
|
| 26 |
---
|
|
|
|
| 27 |
|
| 28 |
# KHIPU-R2 — cutting
|
| 29 |
|
|
|
|
| 11 |
- szl-holdings
|
| 12 |
- khipu
|
| 13 |
- series-a
|
| 14 |
+
- roadmap
|
| 15 |
szl:
|
| 16 |
doctrine: v11-LOCKED
|
| 17 |
artifact_class: ADAPTER
|
|
|
|
| 25 |
weights: UNAVAILABLE
|
| 26 |
never_overwrite: SZLHOLDINGS/SZL-Khipu-1.5B
|
| 27 |
---
|
| 28 |
+
ROADMAP.
|
| 29 |
|
| 30 |
# KHIPU-R2 — cutting
|
| 31 |
|