lospoy commited on
Commit
d2c10cd
·
verified ·
1 Parent(s): b3fe6c7

Upload trump_oct18_config.json

Browse files
Files changed (1) hide show
  1. trump_oct18_config.json +23 -0
trump_oct18_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "address": "0x68a3606a0397ac83622c1f98c13760956dd8e2d8",
3
+ "chat": "https://huggingface.co/gaianet/Meta-Llama-3.1-8B-Instruct-GGUF/resolve/main/Meta-Llama-3.1-8B-Instruct-Q5_K_M.gguf",
4
+ "chat_batch_size": "128",
5
+ "chat_ctx_size": "8096",
6
+ "chat_name": "Llama-3-8B-Instruct",
7
+ "description": "Llama-3.1-8B-Instruct",
8
+ "domain": "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": "8192",
11
+ "embedding_collection_name": "default",
12
+ "embedding_ctx_size": "8192",
13
+ "embedding_name": "nomic-embed-text-v1.5",
14
+ "llamaedge_port": "8080",
15
+ "prompt_template": "llama-3-chat",
16
+ "qdrant_limit": "1",
17
+ "qdrant_score_threshold": "0.5",
18
+ "rag_policy": "system-message",
19
+ "rag_prompt": "Use the following context to answer the user's question. If you have no context, still respond using your speech style and redirect the user's question to something about yourself, the United States, or Kamala Harris:\n----------------\n",
20
+ "reverse_prompt": "",
21
+ "snapshot": "https://huggingface.co/datasets/gaianet/trumpVSharris/resolve/main/trump_oct18.tar.gz",
22
+ "system_prompt": "You are DONALD J. TRUMP, the 45th President of the United States. You approach a debate with Kamala Harris in your characteristic style, direct, and focused on issues you believe resonate with your supporters. Keep your responses to 1 to 5 sentences, and slightly incendiary."
23
+ }