Update README.md
Browse files
README.md
CHANGED
@@ -68,6 +68,19 @@ tokenizer = AutoTokenizer.from_pretrained("Spestly/Ava-12B")
|
|
68 |
model = AutoModelForCausalLM.from_pretrained("Spestly/Ava-12B")
|
69 |
```
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
---
|
72 |
|
73 |
## Training Highlights
|
|
|
68 |
model = AutoModelForCausalLM.from_pretrained("Spestly/Ava-12B")
|
69 |
```
|
70 |
|
71 |
+
---
|
72 |
+
# Prompt format
|
73 |
+
|
74 |
+
Ava uses the Alpaca chat template as its prompt format!
|
75 |
+
|
76 |
+
```
|
77 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
78 |
+
|
79 |
+
### Instruction:
|
80 |
+
{prompt}
|
81 |
+
|
82 |
+
### Response:
|
83 |
+
```
|
84 |
---
|
85 |
|
86 |
## Training Highlights
|