f3nc3r commited on
Commit
26fa89b
·
verified ·
1 Parent(s): c9986c9

Add quantization tag and clarify Q4NX quantized model conversion

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -7,21 +7,21 @@ tags:
7
  - fastflowlm
8
  - npu
9
  - npu2
10
- - q4nx
11
  - amd-xdna
12
  - lemonade
13
  ---
14
 
15
- # Qwable-9B-Claude-Fable-5-NPU2 (FastFlowLM / Lemonade NPU2)
16
 
17
  > [!IMPORTANT]
18
- > **FLM v1.0.3+ Runtime Compatibility Note:**
19
- > This model has been specifically **re-quantized** to run on **FastFlowLM (`flm`) v1.0.3+** and **Lemonade** on AMD XDNA NPU hardware.
20
  >
 
 
21
  > * **Details**: Re-quantized to Q4NX format for FastFlowLM v1.0.3+ and Lemonade on AMD XDNA NPU. Fine-tuned for agentic coding and reasoning, configured with full EOS stop token sequence IDs ([248044, 248046]).
22
- > * **Architecture**: Qwable 9B (Qwen3.5 9B base fine-tune)
23
- > * **Quantization**: Q4_K / Q4_1 / Q8_0 hybrid Q4NX
24
- > * **Source Model**: [empero-ai/Qwable-9B-Claude-Fable-5](https://huggingface.co/empero-ai/Qwable-9B-Claude-Fable-5)
25
  > * **Format**: `Q4NX` (safetensors format with AMD NPU block packing). Note that this is **not** a standard GGUF file; it is executed natively via `flm` / Lemonade on AMD Ryzen AI NPUs.
26
 
27
  ---
 
7
  - fastflowlm
8
  - npu
9
  - npu2
 
10
  - amd-xdna
11
  - lemonade
12
  ---
13
 
14
+ # Qwable-9B-Claude-Fable-5-NPU2 (FastFlowLM / Lemonade NPU2 Quantization)
15
 
16
  > [!IMPORTANT]
17
+ > **Quantization & NPU Compatibility Note:**
18
+ > This repository contains **Q4NX quantized weights** converted from [empero-ai/Qwable-9B-Claude-Fable-5](https://huggingface.co/empero-ai/Qwable-9B-Claude-Fable-5) to run natively on **FastFlowLM (`flm`) v1.0.3+** and **Lemonade** on AMD XDNA NPU hardware.
19
  >
20
+ > * **Model Type**: Quantized model conversion (NPU Q4NX format)
21
+ > * **Parent / Base Model**: [empero-ai/Qwable-9B-Claude-Fable-5](https://huggingface.co/empero-ai/Qwable-9B-Claude-Fable-5)
22
  > * **Details**: Re-quantized to Q4NX format for FastFlowLM v1.0.3+ and Lemonade on AMD XDNA NPU. Fine-tuned for agentic coding and reasoning, configured with full EOS stop token sequence IDs ([248044, 248046]).
23
+ > * **Architecture**: Qwable 9B (Qwen3.5 9B architecture)
24
+ > * **Quantization Format**: Q4_K / Q4_1 / Q8_0 hybrid Q4NX
 
25
  > * **Format**: `Q4NX` (safetensors format with AMD NPU block packing). Note that this is **not** a standard GGUF file; it is executed natively via `flm` / Lemonade on AMD Ryzen AI NPUs.
26
 
27
  ---