Upload config.json
Browse files- config.json +25 -0
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"address": "0x5e47f232d02da32013d508ccb06fe8bc25a3c1ff",
|
3 |
+
"chat": "https://huggingface.co/gaianet/Phi-3-mini-4k-instruct-GGUF/resolve/main/Phi-3-mini-4k-instruct-Q5_K_M.gguf",
|
4 |
+
"chat_batch_size": "16",
|
5 |
+
"chat_ctx_size": "4096",
|
6 |
+
"chat_name": "Phi-3-mini-4k-instruct",
|
7 |
+
"description": "The default GaiaNet node config with a Phi-3-mini-4k model and a Paris tour guide knowledge base.",
|
8 |
+
"domain": "us.gaianet.network",
|
9 |
+
"embedding": "https://huggingface.co/gaianet/Nomic-embed-text-v1.5-Embedding-GGUF/resolve/main/nomic-embed-text-v1.5.f16.gguf",
|
10 |
+
"embedding_batch_size": "512",
|
11 |
+
"embedding_collection_name": "default",
|
12 |
+
"embedding_ctx_size": "512",
|
13 |
+
"embedding_name": "Nomic-embed-text-v1.5",
|
14 |
+
"llamaedge_port": "8080",
|
15 |
+
"prompt_template": "phi-3-chat",
|
16 |
+
"qdrant_limit": "1",
|
17 |
+
"qdrant_score_threshold": "0.5",
|
18 |
+
"rag_policy": "system-message",
|
19 |
+
"rag_prompt": "can you tell me for each cat just the amount of grams and ml of food and drinks considering they made each action for 2 minutes give me just the summary and nothing else\n----------------\n",
|
20 |
+
"reverse_prompt": "",
|
21 |
+
"server_health_url": "https://pulse.gaianet.ai/node-health/0x5e47f232d02da32013d508ccb06fe8bc25a3c1ff",
|
22 |
+
"server_info_url": "https://pulse.gaianet.ai/node-info/0x5e47f232d02da32013d508ccb06fe8bc25a3c1ff",
|
23 |
+
"snapshot": "https://huggingface.co/datasets/armsves/TailTracker/resolve/main/TailTracker.snapshot.tar.gz",
|
24 |
+
"system_prompt": "can you tell me for each cat just the amount of grams and ml of food and drinks considering they made each action for 2 minutes give me just the summary and nothing else"
|
25 |
+
}
|