Locutusque
commited on
Commit
•
6122ac1
1
Parent(s):
301458f
Update README.md
Browse files
README.md
CHANGED
@@ -86,7 +86,7 @@ Hercules-2.0-Mistral-7B is fine-tuned from the following sources:
|
|
86 |
- No model parameters were frozen.
|
87 |
- This model was trained on OpenAI's ChatML prompt format. Because this model has function calling capabilities, the prompt format is slightly different, here's what it would look like: ```<|im_start|>system\n{message}<|im_end|>\n<|im_start|>user\n{user message}<|im_end|>\n<|im_start|>call\n{function call message}<|im_end|>\n<|im_start|>function\n{function response message}<|im_end|>\n<|im_start|>assistant\n{assistant message}</s>```
|
88 |
|
89 |
-
This model was fine-tuned using the
|
90 |
|
91 |
# Updates
|
92 |
|
|
|
86 |
- No model parameters were frozen.
|
87 |
- This model was trained on OpenAI's ChatML prompt format. Because this model has function calling capabilities, the prompt format is slightly different, here's what it would look like: ```<|im_start|>system\n{message}<|im_end|>\n<|im_start|>user\n{user message}<|im_end|>\n<|im_start|>call\n{function call message}<|im_end|>\n<|im_start|>function\n{function response message}<|im_end|>\n<|im_start|>assistant\n{assistant message}</s>```
|
88 |
|
89 |
+
This model was fine-tuned using the TPU-Alignment repository. https://github.com/Locutusque/TPU-Alignment
|
90 |
|
91 |
# Updates
|
92 |
|