Update model config for German
Browse filesAdd "Deutsch:" to the extract_input prompts
- model_configs.json +3 -3
model_configs.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
128007,
|
16 |
78191
|
17 |
],
|
18 |
-
"extract_input": "<|begin_of_text|><|start_header_id|>user<|end_header_id
|
19 |
"extract_input_with_system_prompt": "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nA chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n"
|
20 |
},
|
21 |
"meta-llama/Meta-Llama-3-70B-Instruct": {
|
@@ -34,7 +34,7 @@
|
|
34 |
128007,
|
35 |
78191
|
36 |
],
|
37 |
-
"extract_input": "<|begin_of_text|><|start_header_id|>user<|end_header_id
|
38 |
},
|
39 |
"meta-llama/Llama-2-7b-chat-hf": {
|
40 |
"model_name": "meta-llama/Llama-2-7b-chat-hf",
|
@@ -50,6 +50,6 @@
|
|
50 |
0,
|
51 |
20255
|
52 |
],
|
53 |
-
"extract_input": "[INST] "
|
54 |
}
|
55 |
}
|
|
|
15 |
128007,
|
16 |
78191
|
17 |
],
|
18 |
+
"extract_input": "<|begin_of_text|><|start_header_id|>user<|end_header_id|>Deutsch:\n\n",
|
19 |
"extract_input_with_system_prompt": "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nA chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n"
|
20 |
},
|
21 |
"meta-llama/Meta-Llama-3-70B-Instruct": {
|
|
|
34 |
128007,
|
35 |
78191
|
36 |
],
|
37 |
+
"extract_input": "<|begin_of_text|><|start_header_id|>user<|end_header_id|>Deutsch:\n\n"
|
38 |
},
|
39 |
"meta-llama/Llama-2-7b-chat-hf": {
|
40 |
"model_name": "meta-llama/Llama-2-7b-chat-hf",
|
|
|
50 |
0,
|
51 |
20255
|
52 |
],
|
53 |
+
"extract_input": "[INST]Deutsch: "
|
54 |
}
|
55 |
}
|