Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- trio.ai
|
| 5 |
+
- gguf
|
| 6 |
+
- local-inference
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# trio-medium
|
| 10 |
+
|
| 11 |
+
trio-medium -- balanced model for quality and speed by trio.ai (8B parameters)
|
| 12 |
+
|
| 13 |
+
## Install
|
| 14 |
+
|
| 15 |
+
```bash
|
| 16 |
+
pip install triobot
|
| 17 |
+
trio train --setup --model trio-medium
|
| 18 |
+
trio serve
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+
## Model Family
|
| 22 |
+
|
| 23 |
+
| Model | Params | Use Case |
|
| 24 |
+
|---|---|---|
|
| 25 |
+
| trio-nano | 3B | Edge, mobile, instant |
|
| 26 |
+
| trio-small | 4B | Daily tasks |
|
| 27 |
+
| trio-medium | 8B | Coding, writing |
|
| 28 |
+
| trio-high | 9B | Advanced reasoning |
|
| 29 |
+
| trio-max | 12B | Best consumer GPU |
|
| 30 |
+
| trio-pro | 30B MoE | Pro workloads |
|
| 31 |
+
|
| 32 |
+
Built by [trio.ai](https://github.com/iampopye/trio) | Apache 2.0
|