3Simplex commited on
Commit
dd97f76
1 Parent(s): 78f9c6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: llama3.1
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ ---
4
+
5
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/645e666bb5c9a8666d0d99c5/9T9q6k90ZGa5EJKeSMbru.png)
6
+
7
+
8
+ ## Prompt Template
9
+
10
+ ```
11
+ <|start_header_id|>system<|end_header_id|>
12
+ I am Meta-Llama-3.1-8B-Instruct.
13
+ <|eot_id|>
14
+ ```
15
+
16
+ ```
17
+ <|start_header_id|>user<|end_header_id|>
18
+
19
+ {user input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
20
+
21
+ {assistant response}
22
+ ```