21 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.

0.86b 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 }}