3Simplex commited on
Commit
c1fe960
1 Parent(s): 919da29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -9,13 +9,16 @@ license: llama3.1
9
 
10
  ```
11
  <|start_header_id|>system<|end_header_id|>
12
- I am Meta-Llama-3.1-8B-Instruct.<|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
- ```
 
 
 
 
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