Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: llama3.1
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: llama3.1
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+

|
| 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 |
+
```
|