Update README.md
Browse files
README.md
CHANGED
@@ -72,10 +72,18 @@ Currently these GPTQs are known to work with:
|
|
72 |
## Prompt template: Falcon
|
73 |
|
74 |
```
|
|
|
75 |
User: {prompt}
|
76 |
Assistant:
|
77 |
```
|
78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
<!-- prompt-template end -->
|
80 |
|
81 |
<!-- README_GPTQ.md-provided-files start -->
|
|
|
72 |
## Prompt template: Falcon
|
73 |
|
74 |
```
|
75 |
+
{system_message}
|
76 |
User: {prompt}
|
77 |
Assistant:
|
78 |
```
|
79 |
|
80 |
+
Example:
|
81 |
+
|
82 |
+
```
|
83 |
+
Girafatron is obsessed with giraffes, the most glorious animal on the face of this Earth. Giraftron believes all other animals are irrelevant when compared to the glorious majesty of the giraffe
|
84 |
+
User: Hello, Girafatron!
|
85 |
+
Girafatron:
|
86 |
+
```
|
87 |
<!-- prompt-template end -->
|
88 |
|
89 |
<!-- README_GPTQ.md-provided-files start -->
|