Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ Despite having only 1.7B parameters, **Jan-edge** achieves 83% accuracy—nearly
|
|
| 30 |
|
| 31 |
### Chat & Instruction Following
|
| 32 |
|
| 33 |
-
.
|
|
| 44 |
|
| 45 |
**Using vLLM:**
|
| 46 |
```bash
|
| 47 |
-
vllm serve janhq/Jan-edge \
|
| 48 |
--host 0.0.0.0 \
|
| 49 |
--port 1234 \
|
| 50 |
--enable-auto-tool-choice \
|
|
|
|
| 30 |
|
| 31 |
### Chat & Instruction Following
|
| 32 |
|
| 33 |
+

|
| 34 |
|
| 35 |
Versus Qwen 3 1.7B Thinking, Jan-edge shows a slight degradation on instruction-following and CreativeWriting, while remaining comparable or better on EQBench and recency QA.
|
| 36 |
|
|
|
|
| 44 |
|
| 45 |
**Using vLLM:**
|
| 46 |
```bash
|
| 47 |
+
vllm serve janhq/Jan-v1-edge \
|
| 48 |
--host 0.0.0.0 \
|
| 49 |
--port 1234 \
|
| 50 |
--enable-auto-tool-choice \
|