Update README.md
Browse files
README.md
CHANGED
@@ -9,13 +9,16 @@ license: llama3.1
|
|
9 |
|
10 |
```
|
11 |
<|start_header_id|>system<|end_header_id|>
|
12 |
-
|
13 |
```
|
14 |
|
15 |
```
|
16 |
<|start_header_id|>user<|end_header_id|>
|
17 |
|
18 |
-
{
|
19 |
|
20 |
-
{
|
21 |
-
```
|
|
|
|
|
|
|
|
9 |
|
10 |
```
|
11 |
<|start_header_id|>system<|end_header_id|>
|
12 |
+
{system_prompt}<|eot_id|>
|
13 |
```
|
14 |
|
15 |
```
|
16 |
<|start_header_id|>user<|end_header_id|>
|
17 |
|
18 |
+
{user_input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
19 |
|
20 |
+
{assistant_response}
|
21 |
+
```
|
22 |
+
|
23 |
+
## 128k Context Length
|
24 |
+
"llama.context_length": 131072
|