Locutusque
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ tags:
|
|
10 |
- physics
|
11 |
datasets:
|
12 |
- Locutusque/hercules-v2.0
|
|
|
13 |
---
|
14 |
# Model Card: Hercules-2.5-Mistral-7B
|
15 |
|
@@ -82,4 +83,4 @@ Hercules-2.5-Mistral-7B is fine-tuned from the following sources:
|
|
82 |
- No model parameters were frozen.
|
83 |
- 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>```
|
84 |
|
85 |
-
This model was fine-tuned using the TPU-Alignment repository. https://github.com/Locutusque/TPU-Alignment
|
|
|
10 |
- physics
|
11 |
datasets:
|
12 |
- Locutusque/hercules-v2.0
|
13 |
+
- Locutusque/hercules-v2.5
|
14 |
---
|
15 |
# Model Card: Hercules-2.5-Mistral-7B
|
16 |
|
|
|
83 |
- No model parameters were frozen.
|
84 |
- 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>```
|
85 |
|
86 |
+
This model was fine-tuned using the TPU-Alignment repository. https://github.com/Locutusque/TPU-Alignment
|