Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- Qwen/Qwen3-14B
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Nano-Raccoon-Preview-1104
|
| 8 |
+
|
| 9 |
+
Prototyping checkpoint for NeAR-specialized SLM. Deployment friendly to single consumer GPU.
|
| 10 |
+
|
| 11 |
+
This model is a light SFT version from Qwen/Qwen3-14B, aimed at stable generative behavior on NeAR agent scaffold.
|
| 12 |
+
|
| 13 |
+
<p align="center">
|
| 14 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/645b0cb3333fb18357875c96/EH53TeulV7rBYjf0TF_nc.png" width="400" height="400">
|
| 15 |
+
</p>
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Serve with vllm
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
vllm serve billxbf/Nano-Raccoon-Preview-1104 \
|
| 23 |
+
--trust-remote-code \
|
| 24 |
+
--host 0.0.0.0 \
|
| 25 |
+
--port 8000
|
| 26 |
+
```
|