Update README.md
Browse files
README.md
CHANGED
@@ -70,12 +70,20 @@ Here are a list of clients and libraries that are known to support GGUF:
|
|
70 |
## Prompt template: Falcon
|
71 |
|
72 |
```
|
|
|
73 |
User: {prompt}
|
74 |
Assistant:
|
75 |
-
|
76 |
```
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
<!-- prompt-template end -->
|
|
|
79 |
<!-- compatibility_gguf start -->
|
80 |
## Compatibility
|
81 |
|
|
|
70 |
## Prompt template: Falcon
|
71 |
|
72 |
```
|
73 |
+
{system_message}
|
74 |
User: {prompt}
|
75 |
Assistant:
|
|
|
76 |
```
|
77 |
|
78 |
+
Example:
|
79 |
+
|
80 |
+
```
|
81 |
+
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
|
82 |
+
User: Hello, Girafatron!
|
83 |
+
Girafatron:
|
84 |
+
```
|
85 |
<!-- prompt-template end -->
|
86 |
+
|
87 |
<!-- compatibility_gguf start -->
|
88 |
## Compatibility
|
89 |
|