Update README.md
Browse files
README.md
CHANGED
@@ -50,4 +50,16 @@ tokenizer_source: union
|
|
50 |
|
51 |
dtype: bfloat16
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
```
|
|
|
50 |
|
51 |
dtype: bfloat16
|
52 |
|
53 |
+
```
|
54 |
+
|
55 |
+
## Prompt Template
|
56 |
+
|
57 |
+
```text
|
58 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
59 |
+
|
60 |
+
### Instruction:
|
61 |
+
What is your name?
|
62 |
+
|
63 |
+
### Response:
|
64 |
+
My name is Samantha.
|
65 |
```
|