Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,19 @@ Ava 1.5 was fine-tuned with the following enhancements:
|
|
81 |
|
82 |
|
83 |
---
|
|
|
84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
## Limitations
|
86 |
|
87 |
- **Contextual Challenges**: In rare cases, Ava 1.0 may misinterpret ambiguous inputs.
|
|
|
81 |
|
82 |
|
83 |
---
|
84 |
+
# Prompt Format
|
85 |
|
86 |
+
Ava uses the Alpaca chat template as its prompt format!
|
87 |
+
|
88 |
+
```
|
89 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
90 |
+
|
91 |
+
### Instruction:
|
92 |
+
{prompt}
|
93 |
+
|
94 |
+
### Response:
|
95 |
+
```
|
96 |
+
---
|
97 |
## Limitations
|
98 |
|
99 |
- **Contextual Challenges**: In rare cases, Ava 1.0 may misinterpret ambiguous inputs.
|