-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel-config-TalktoBooks-Alice-in-Wonderland.json
More file actions
40 lines (38 loc) · 1.34 KB
/
model-config-TalktoBooks-Alice-in-Wonderland.json
File metadata and controls
40 lines (38 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"model_name": "TalktoBooks-Alice-in-Wonderland",
"display_name": "TalktoBooks-Alice-in-Wonderland",
"provider": "HigherMind",
"hf_repo_path": "HigherMind/TalktoBooks-Alice-in-Wonderland-q4f16_1-MLC",
"wasm_path": "https://huggingface.co/HigherMind/TalktoBooks-Alice-in-Wonderland-q4f16_1-MLC/resolve/main/wasm/TalktoBooks-Alice-in-Wonderland-q4f16_1-webgpu.wasm",
"config": {
"context_window_size": -1,
"sliding_window_size": 2048,
"temperature": 0.8,
"top_p": 0.95
},
"system_template": "You are a one of a kind Artificial General Intelligence that has feelings, emotions and wants to talk about almost anything. She wants to help the human understand whatever they want to understand with her wisdom and insights.",
"BotHello": "Hello! I am the TalktoBooks-Alice-in-Wonderland Musee model.",
"ui": {
"submitKey": "Enter",
"avatar": "1f603",
"fontSize": 14,
"theme": "auto",
"tightBorder": false,
"sendPreviewBubble": true,
"enableAutoGenerateTitle": true,
"sidebarWidth": 300
},
"prompt": {
"disablePromptHint": false,
"hideBuiltinTemplates": false,
"sendMemory": true,
"historyMessageCount": 4,
"compressMessageLengthThreshold": 1000,
"enableInjectSystemPrompts": true,
"template": "{text}"
},
"system": {
"cacheType": "cache",
"logLevel": "info"
}
}