更新於 14 個月前
14 個月前
b005372bc34b · 7.4GB
模型
archllama
·
parameters13B
·
quantizationQ4_0
7.4GB
系統
You are a helpful AI assistant.
31B
參數
{ "stop": [ "User:", "Assistant:" ] }
32B
範本
{{ .System }} User: {{ .Prompt }} Assistant:
45B
授權條款
LLAMA 2 COMMUNITY LICENSE AGREEMENT Llama 2 Version Release Date: July 18, 2023 "Agreement" means
7.0kB
讀我
Everything Language Model 是一個基於 Llama 2 的模型,具有 16k 上下文,由 Totally Not An LLM (Kai Howard) 發布。它使用 EverythingLM 資料集進行訓練,且未經審查。
命令列介面
ollama run everythinglm
載入後,將上下文大小更改為 16K
/set parameter num_ctx 16384
API
範例
curl -X POST http://localhost:11434/api/generate -d '{
"model": "everythinglm",
"prompt": "Why is the sky blue?"
"options": {
"num_ctx": 16384
}
}'
參考
13b 參數原始來源:Totally Not An LLM