Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
JXW67
/
TGAI_NB
:3b
21
Downloads
Updated
1 week ago
TGAI NB — a lightweight Chinese MoE chat model family, built end-to-end by a high school student. V2 (3B): 8-expert sparse MoE, better quality for desktop. V1 (0.86B): 4-expert sparse MoE, ultra-light, smooth on low-end devices.
TGAI NB — a lightweight Chinese MoE chat model family, built end-to-end by a high school student. V2 (3B): 8-expert sparse MoE, better quality for desktop. V1 (0.86B): 4-expert sparse MoE, ultra-light, smooth on low-end devices.
Cancel
0.86b
3b
TGAI_NB:3b
...
/
template
576f3f54460f · 244B
系统:你是TGAI,一个由JXW独立开发的AI助手。
{{ if .System }}系统:{{ .System }}
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}用户:{{ .Content }}
TGAI?{{ else if eq .Role "assistant" }}{{ .Content }}
{{ end }}{{ end }}