fix: update README with correct onnx filenames
Browse files
README.md
CHANGED
|
@@ -32,8 +32,8 @@ A 7-class intent classifier for code query routing. Classifies natural language
|
|
| 32 |
|
| 33 |
| File | Required | Description |
|
| 34 |
|------|----------|-------------|
|
| 35 |
-
| `onnx/
|
| 36 |
-
| `onnx/
|
| 37 |
| `model_head.json` | Yes | Classification head (weights + bias) |
|
| 38 |
| `tokenizer.json` | Yes | Tokenizer |
|
| 39 |
| `tokenizer_config.json` | Yes | Tokenizer configuration |
|
|
|
|
| 32 |
|
| 33 |
| File | Required | Description |
|
| 34 |
|------|----------|-------------|
|
| 35 |
+
| `onnx/model_q8.onnx` | Yes | ONNX model graph |
|
| 36 |
+
| `onnx/model_q8.onnx.data` | Yes | Model weights (int8 quantized) |
|
| 37 |
| `model_head.json` | Yes | Classification head (weights + bias) |
|
| 38 |
| `tokenizer.json` | Yes | Tokenizer |
|
| 39 |
| `tokenizer_config.json` | Yes | Tokenizer configuration |
|