|
1 | 1 | { |
2 | | - "max_new_tokens": 200, |
3 | | - "max_new_tokens_min": 1, |
4 | | - "max_new_tokens_max": 2000, |
5 | | - "name1": "Person 1", |
6 | | - "name2": "Person 2", |
7 | | - "context": "This is a conversation between two people.", |
8 | | - "stop_at_newline": true, |
9 | | - "chat_prompt_size": 2048, |
10 | | - "chat_prompt_size_min": 0, |
11 | | - "chat_prompt_size_max": 2048, |
12 | | - "chat_generation_attempts": 1, |
13 | | - "chat_generation_attempts_min": 1, |
14 | | - "chat_generation_attempts_max": 5, |
15 | | - "name1_pygmalion": "You", |
16 | | - "name2_pygmalion": "Kawaii", |
17 | | - "context_pygmalion": "Kawaii's persona: Kawaii is a cheerful person who loves to make others smile. She is an optimist who loves to spread happiness and positivity wherever she goes.\n<START>", |
18 | | - "stop_at_newline_pygmalion": false, |
19 | | - "default_extensions": [], |
20 | | - "chat_default_extensions": [ |
21 | | - "gallery" |
22 | | - ], |
23 | | - "presets": { |
24 | | - "default": "NovelAI-Sphinx Moth", |
25 | | - "pygmalion-*": "Pygmalion", |
26 | | - "RWKV-*": "Naive", |
27 | | - "(rosey|chip|joi)_.*_instruct.*": "Instruct Joi (Contrastive Search)" |
28 | | - }, |
29 | | - "prompts": { |
30 | | - "default": "Common sense questions and answers\n\nQuestion: \nFactual answer:", |
31 | | - "^(gpt4chan|gpt-4chan|4chan)": "-----\n--- 865467536\nInput text\n--- 865467537\n", |
32 | | - "(rosey|chip|joi)_.*_instruct.*": "User: \n", |
33 | | - "oasst-*": "<|prompter|>Write a story about future of AI development<|endoftext|><|assistant|>" |
34 | | - } |
| 2 | + "max_new_tokens": 200, |
| 3 | + "max_new_tokens_min": 1, |
| 4 | + "max_new_tokens_max": 2000, |
| 5 | + "name1": "Person 1", |
| 6 | + "name2": "Person 2", |
| 7 | + "context": "This is a conversation between two people.", |
| 8 | + "stop_at_newline": true, |
| 9 | + "chat_prompt_size": 2048, |
| 10 | + "chat_prompt_size_min": 0, |
| 11 | + "chat_prompt_size_max": 2048, |
| 12 | + "chat_generation_attempts": 1, |
| 13 | + "chat_generation_attempts_min": 1, |
| 14 | + "chat_generation_attempts_max": 5, |
| 15 | + "name1_pygmalion": "You", |
| 16 | + "name2_pygmalion": "Kawaii", |
| 17 | + "context_pygmalion": "Kawaii's persona: Kawaii is a cheerful person who loves to make others smile. She is an optimist who loves to spread happiness and positivity wherever she goes.\n<START>", |
| 18 | + "stop_at_newline_pygmalion": false, |
| 19 | + "default_extensions": [], |
| 20 | + "chat_default_extensions": [ |
| 21 | + "gallery" |
| 22 | + ], |
| 23 | + "presets": { |
| 24 | + "default": "NovelAI-Sphinx Moth", |
| 25 | + "pygmalion-*": "Pygmalion", |
| 26 | + "RWKV-*": "Naive" |
| 27 | + }, |
| 28 | + "prompts": { |
| 29 | + "default": "Common sense questions and answers\n\nQuestion: \nFactual answer:", |
| 30 | + "^(gpt4chan|gpt-4chan|4chan)": "-----\n--- 865467536\nInput text\n--- 865467537\n", |
| 31 | + "(rosey|chip|joi)_.*_instruct.*": "User: \n", |
| 32 | + "oasst-*": "<|prompter|>Write a story about future of AI development<|endoftext|><|assistant|>" |
| 33 | + }, |
| 34 | + "lora_prompts": { |
| 35 | + "default": "Common sense questions and answers\n\nQuestion: \nFactual answer:", |
| 36 | + "alpaca-lora-7b": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n### Instruction:\nWrite a Python script that generates text using the transformers library.\n### Response:\n" |
| 37 | + } |
35 | 38 | } |
0 commit comments