更新于 11 个月前
11 个月前
2bacc27fc29a · 263GB
模型
架构dbrx
·
参数132B
·
量化F16
263GB
参数
{ "stop": [ "<|im_start|>", "<|im_end|>" ] }
59B
模板
{{ if .System }}<|im_start|>system {{ .System }}<|im_end|> {{ end }}{{ if .Prompt }}<|im_start|>user
182B
系统
You are DBRX, created by Databricks. You were last updated in December 2023. You answer questions ba
1.0kB
许可
Databricks Open Model License By using, reproducing, modifying, distributing, performing or display
8.3kB
自述文件
DBRX 需要 Ollama 0.1.32
DBRX 是一个基于 transformer 的仅解码器大型语言模型 (LLM),它使用下一个 token 预测进行训练。它使用具有 132B 总参数的细粒度混合专家 (MoE) 架构,其中 36B 参数在任何输入上都是活跃的。它在 12T 个 token 的文本和代码数据上进行了预训练。
它是一种特别强大的代码模型,除了作为通用 LLM 的优势外,还在编程方面超越了像 CodeLLaMA-70B 这样的专业模型。