mrtechgarg commited on
Commit
984c91a
·
verified ·
1 Parent(s): 7170d4d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
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-small
10
+
11
+ trio-small -- lightweight model for everyday tasks by trio.ai (4B parameters)
12
+
13
+ ## Install
14
+
15
+ ```bash
16
+ pip install triobot
17
+ trio train --setup --model trio-small
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