tommytracx commited on
Commit
52cb9bc
·
verified ·
1 Parent(s): de07757

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Qwen/Qwen3.5-0.8B
4
+ tags: [thox, on-device, edge, ThoxUSB, gguf]
5
+ pipeline_tag: text-generation
6
+ ---
7
+
8
+ # ThoxUSB-Edge
9
+
10
+ ![license](https://img.shields.io/badge/license-apache-2.0-blue)
11
+ ![params](https://img.shields.io/badge/params-873M-informational)
12
+ ![device](https://img.shields.io/badge/device-ThoxUSB-orange)
13
+
14
+ THOX-branded on-device model derived from `Qwen/Qwen3.5-0.8B`, fine-tuned on the THOX chat + agent/tool-use corpora and quantized for the **ThoxUSB** tier. **Status: skeleton — weights pending fine-tune + quantize.**
15
+
16
+ ## Intended use
17
+ On-device assistant / tool-routing for the THOX device program.
18
+
19
+ ## Out of scope
20
+ Not for safety-critical, medical, or legal decisions without a human in the loop.
21
+
22
+ ## Provenance & license
23
+ Base: `Qwen/Qwen3.5-0.8B` (apache-2.0).
24
+
25
+
26
+ ## Quantization (to be filled by measured bench)
27
+ | Quant | On-disk | RAM/RSS | tok/s CPU |
28
+ |---|---|---|---|
29
+ | Q4_K_M | TBD | TBD | TBD |
30
+
31
+ Decensor policy for this repo: **public**.