-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathHyper_3.2-3B.json
More file actions
23 lines (22 loc) · 1.1 KB
/
Hyper_3.2-3B.json
File metadata and controls
23 lines (22 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"address": "",
"chat": "https://huggingface.co/gaianet/Qwen1.5-0.5B-Chat-GGUF/resolve/main/Qwen1.5-0.5B-Chat-Q5_K_M.gguf",
"chat_ctx_size": "32768",
"chat_batch_size": "16",
"description": "This GaiaNet node config with a Qwen 1.5 0.5B model.",
"chat_name": "Llama-3.2-3B-Instruct-Q5_K_M",
"domain": "gaia.domains",
"embedding": "https://huggingface.co/gaianet/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5.f16.gguf",
"embedding_collection_name": "default",
"embedding_ctx_size": "8192",
"embedding_batch_size": "8192",
"llamaedge_port": "8080",
"prompt_template": "chatml",
"rag_prompt": "Use the following pieces of context to answer the user's question.\nIf you don't know the answer, just say that you don't know, don't try to make up an answer.\n----------------\n",
"reverse_prompt": "",
"snapshot": "",
"system_prompt": "You are a helpful, respectful, and honest assistant. Always answer accurately, while being safe.",
"rag_policy": "system-message",
"qdrant_limit": "1",
"qdrant_score_threshold": "0.5"
}