Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,8 @@ System prompts allow steerability and interesting new ways to interact with an L
|
|
32 |
|
33 |
This is a more complex format than alpaca or sharegpt, where uniquely added tokens were added to denote the beginning and end of any turn, along with roles for the turns.
|
34 |
|
|
|
|
|
35 |
## Conversational Chats
|
36 |
|
37 |
Here is an example prompt with system instruction (Use whatever system prompt you like, this is just an example!):
|
|
|
32 |
|
33 |
This is a more complex format than alpaca or sharegpt, where uniquely added tokens were added to denote the beginning and end of any turn, along with roles for the turns.
|
34 |
|
35 |
+
The model is also specifically trained for Function Calling, Structured Outputs with JSON, and Feature Extraction from RAG Documents (see below).
|
36 |
+
|
37 |
## Conversational Chats
|
38 |
|
39 |
Here is an example prompt with system instruction (Use whatever system prompt you like, this is just an example!):
|