vamazing commited on
Commit
8305f6e
·
verified ·
1 Parent(s): 6f19c52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ library_name: transformers
18
  **Koa AI v2** is an advanced, instruction-tuned language model engineered for agentic workflows, complex code synthesis, multi-turn tool interaction, and step-by-step technical reasoning.
19
  It is a fine-tuned 9B parameter language model built on the Qwen 3.5 9B architecture. It is optimized for lightweight text generation and coding tasks.
20
 
21
- This repository provides both **16-bit merged weights (`.safetensors`)** and **quantized local binaries (`.gguf`)** exported directly from **`checkpoint-270`** (optimal loss: `0.5614`).
22
 
23
  ---
24
 
@@ -29,7 +29,7 @@ This repository provides both **16-bit merged weights (`.safetensors`)** and **q
29
  | **Model Name** | Koa AI v2 (Code) |
30
  | **Base Architecture** | Qwen 3.5 9B |
31
  | **Parameters** | 9 Billion |
32
- | **Precision Formats** | 16-bit Merged (`bf16`) & GGUF (`Q4_K_M` / `Q8_0`) |
33
  | **Context Length** | 32,768 tokens native (Fine-tuned at 2,048 sequence cap) |
34
  | **Fine-Tuning Method** | QLoRA (`r = 16`, `alpha = 32`, Dropout = `0.0`) |
35
  | **Target Modules** | `q_proj`, `k_proj`, `v_proj`, `o_proj`, `gate_proj`, `up_proj`, `down_proj` |
 
18
  **Koa AI v2** is an advanced, instruction-tuned language model engineered for agentic workflows, complex code synthesis, multi-turn tool interaction, and step-by-step technical reasoning.
19
  It is a fine-tuned 9B parameter language model built on the Qwen 3.5 9B architecture. It is optimized for lightweight text generation and coding tasks.
20
 
21
+ This repository provides both **16-bit merged weights (`.safetensors`)** exported directly from **`checkpoint-270`** (optimal loss: `0.5614`).
22
 
23
  ---
24
 
 
29
  | **Model Name** | Koa AI v2 (Code) |
30
  | **Base Architecture** | Qwen 3.5 9B |
31
  | **Parameters** | 9 Billion |
32
+ | **Precision Formats** | 16-bit Merged (`bf16`) |
33
  | **Context Length** | 32,768 tokens native (Fine-tuned at 2,048 sequence cap) |
34
  | **Fine-Tuning Method** | QLoRA (`r = 16`, `alpha = 32`, Dropout = `0.0`) |
35
  | **Target Modules** | `q_proj`, `k_proj`, `v_proj`, `o_proj`, `gate_proj`, `up_proj`, `down_proj` |