Upload llama3.preset.json
Browse files- llama3.preset.json +13 -0
llama3.preset.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Llama 3",
|
3 |
+
"inference_params": {
|
4 |
+
"input_prefix": "<|start_header_id|>user<|end_header_id|>\n\n",
|
5 |
+
"input_suffix": "<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n",
|
6 |
+
"pre_prompt": "You are a helpful, smart, kind, and efficient AI assistant. You always fulfill the user's requests to the best of your ability.",
|
7 |
+
"pre_prompt_prefix": "<|start_header_id|>system<|end_header_id|>\n\n",
|
8 |
+
"pre_prompt_suffix": "<|eot_id|>",
|
9 |
+
"antiprompt": [
|
10 |
+
"<|start_header_id|>", "<|eot_id|>"
|
11 |
+
]
|
12 |
+
}
|
13 |
+
}
|