Text Generation
PEFT
Safetensors
English
kaiju-coder-7
lora
coding
local-ai
business
opencode
conversational
Instructions to use RMDWLLC/kaiju-coder-7-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RMDWLLC/kaiju-coder-7-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/workspace/kaiju-coder/models/Qwen3.6-27B") model = PeftModel.from_pretrained(base_model, "RMDWLLC/kaiju-coder-7-adapter") - Notebooks
- Google Colab
- Kaggle
Upload Kaiju Coder 7 adapter release package
Browse files- FINAL_RELEASE_REPORT.md +4 -2
- GOAL_COMPLETION_AUDIT.md +1 -1
- README.md +2 -0
- assets/RMDWlogo.png +0 -0
- scripts/check_hf_uploaded_release.py +3 -0
FINAL_RELEASE_REPORT.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Kaiju Coder 7 Final Release Report
|
| 2 |
|
| 3 |
-
Generated: `2026-06-
|
| 4 |
|
| 5 |
Product name: `Kaiju Coder 7`
|
| 6 |
Public model id: `kaiju-coder-7`
|
|
@@ -133,7 +133,7 @@ human release review explicitly approves public paid API launch.
|
|
| 133 |
|
| 134 |
## Changed Files
|
| 135 |
|
| 136 |
-
`git status --short` currently reports `
|
| 137 |
|
| 138 |
| State | Path |
|
| 139 |
|---|---|
|
|
@@ -199,6 +199,7 @@ human release review explicitly approves public paid API launch.
|
|
| 199 |
| ?? | `release/SERVING_BENCHMARKS.md` |
|
| 200 |
| ?? | `release/SOURCE_INVENTORY.md` |
|
| 201 |
| ?? | `release/UPSTREAM_LICENSE_CHECK.md` |
|
|
|
|
| 202 |
| ?? | `release/bundles/` |
|
| 203 |
| ?? | `release/cloudflare-bindings.example.json` |
|
| 204 |
| ?? | `release/gguf/` |
|
|
@@ -254,6 +255,7 @@ human release review explicitly approves public paid API launch.
|
|
| 254 |
| ?? | `scripts/stop-qwen36-merged-vllm.sh` |
|
| 255 |
| ?? | `scripts/upload_hf_merged_model_from_gojira_b.sh` |
|
| 256 |
| ?? | `scripts/upload_hf_release_staging.sh` |
|
|
|
|
| 257 |
| ?? | `tests/test_kiyomi_business_suite.py` |
|
| 258 |
| ?? | `tests/test_release_package.py` |
|
| 259 |
| ?? | `tests/test_source_inventory.py` |
|
|
|
|
| 1 |
# Kaiju Coder 7 Final Release Report
|
| 2 |
|
| 3 |
+
Generated: `2026-06-04T02:34:32Z`
|
| 4 |
|
| 5 |
Product name: `Kaiju Coder 7`
|
| 6 |
Public model id: `kaiju-coder-7`
|
|
|
|
| 133 |
|
| 134 |
## Changed Files
|
| 135 |
|
| 136 |
+
`git status --short` currently reports `128` changed paths.
|
| 137 |
|
| 138 |
| State | Path |
|
| 139 |
|---|---|
|
|
|
|
| 199 |
| ?? | `release/SERVING_BENCHMARKS.md` |
|
| 200 |
| ?? | `release/SOURCE_INVENTORY.md` |
|
| 201 |
| ?? | `release/UPSTREAM_LICENSE_CHECK.md` |
|
| 202 |
+
| ?? | `release/assets/` |
|
| 203 |
| ?? | `release/bundles/` |
|
| 204 |
| ?? | `release/cloudflare-bindings.example.json` |
|
| 205 |
| ?? | `release/gguf/` |
|
|
|
|
| 255 |
| ?? | `scripts/stop-qwen36-merged-vllm.sh` |
|
| 256 |
| ?? | `scripts/upload_hf_merged_model_from_gojira_b.sh` |
|
| 257 |
| ?? | `scripts/upload_hf_release_staging.sh` |
|
| 258 |
+
| ?? | `tests/test_kaiju_opencode_fast_proxy.py` |
|
| 259 |
| ?? | `tests/test_kiyomi_business_suite.py` |
|
| 260 |
| ?? | `tests/test_release_package.py` |
|
| 261 |
| ?? | `tests/test_source_inventory.py` |
|
GOAL_COMPLETION_AUDIT.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Kaiju Coder 7 Goal Completion Audit
|
| 2 |
|
| 3 |
-
Generated: `2026-06-
|
| 4 |
|
| 5 |
Overall: `complete`
|
| 6 |
Summary: `18 passed / 0 blocked / 0 manual`
|
|
|
|
| 1 |
# Kaiju Coder 7 Goal Completion Audit
|
| 2 |
|
| 3 |
+
Generated: `2026-06-04T02:34:32Z`
|
| 4 |
|
| 5 |
Overall: `complete`
|
| 6 |
Summary: `18 passed / 0 blocked / 0 manual`
|
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
# Kaiju Coder 7 by Kiyomi - Adapter Model Card
|
| 2 |
|
|
|
|
|
|
|
| 3 |
This model card is for the LoRA adapter package, not a standalone base model.
|
| 4 |
|
| 5 |
## Summary
|
|
|
|
| 1 |
# Kaiju Coder 7 by Kiyomi - Adapter Model Card
|
| 2 |
|
| 3 |
+

|
| 4 |
+
|
| 5 |
This model card is for the LoRA adapter package, not a standalone base model.
|
| 6 |
|
| 7 |
## Summary
|
assets/RMDWlogo.png
ADDED
|
scripts/check_hf_uploaded_release.py
CHANGED
|
@@ -53,6 +53,7 @@ REPOS: tuple[RepoSpec, ...] = (
|
|
| 53 |
label="adapter repo",
|
| 54 |
required_files=(
|
| 55 |
"README.md",
|
|
|
|
| 56 |
"adapter_config.json",
|
| 57 |
"adapter_model.safetensors",
|
| 58 |
"DATA_PROVENANCE_DRAFT.md",
|
|
@@ -82,6 +83,7 @@ REPOS: tuple[RepoSpec, ...] = (
|
|
| 82 |
label="OpenCode helper repo",
|
| 83 |
required_files=(
|
| 84 |
"README.md",
|
|
|
|
| 85 |
"PUBLIC_TESTING_QUICKSTART.md",
|
| 86 |
"opencode.kaiju-coder-7.jsonc",
|
| 87 |
".opencode/agents/kaiju-coder-7.md",
|
|
@@ -120,6 +122,7 @@ REPOS: tuple[RepoSpec, ...] = (
|
|
| 120 |
label="runtime quantization helper repo",
|
| 121 |
required_files=(
|
| 122 |
"README.md",
|
|
|
|
| 123 |
"PUBLIC_TESTING_QUICKSTART.md",
|
| 124 |
"GGUF_CANDIDATE.md",
|
| 125 |
"scripts/start-qwen36-merged-vllm.sh",
|
|
|
|
| 53 |
label="adapter repo",
|
| 54 |
required_files=(
|
| 55 |
"README.md",
|
| 56 |
+
"assets/RMDWlogo.png",
|
| 57 |
"adapter_config.json",
|
| 58 |
"adapter_model.safetensors",
|
| 59 |
"DATA_PROVENANCE_DRAFT.md",
|
|
|
|
| 83 |
label="OpenCode helper repo",
|
| 84 |
required_files=(
|
| 85 |
"README.md",
|
| 86 |
+
"assets/RMDWlogo.png",
|
| 87 |
"PUBLIC_TESTING_QUICKSTART.md",
|
| 88 |
"opencode.kaiju-coder-7.jsonc",
|
| 89 |
".opencode/agents/kaiju-coder-7.md",
|
|
|
|
| 122 |
label="runtime quantization helper repo",
|
| 123 |
required_files=(
|
| 124 |
"README.md",
|
| 125 |
+
"assets/RMDWlogo.png",
|
| 126 |
"PUBLIC_TESTING_QUICKSTART.md",
|
| 127 |
"GGUF_CANDIDATE.md",
|
| 128 |
"scripts/start-qwen36-merged-vllm.sh",
|