Update README.md
Browse files
README.md
CHANGED
@@ -23,12 +23,15 @@ language:
|
|
23 |
## Prompt Template for alpaca style
|
24 |
|
25 |
```
|
26 |
-
|
27 |
|
28 |
-
|
|
|
29 |
|
30 |
### Response:
|
|
|
31 |
```
|
|
|
32 |
|
33 |
## Open LLM Leaderboard Evaluation Details
|
34 |
[https://huggingface.co/datasets/open-llm-leaderboard/details_decem__Dionysus-Mistral-m3-v6](https://huggingface.co/datasets/open-llm-leaderboard/details_decem__Dionysus-Mistral-m3-v6)
|
|
|
23 |
## Prompt Template for alpaca style
|
24 |
|
25 |
```
|
26 |
+
{system prompt} (without the {})
|
27 |
|
28 |
+
### Instruction:
|
29 |
+
{user_name}: {prompt} (without the <>)
|
30 |
|
31 |
### Response:
|
32 |
+
{character_name}: (without the <>)
|
33 |
```
|
34 |
+
stop_words: </s>
|
35 |
|
36 |
## Open LLM Leaderboard Evaluation Details
|
37 |
[https://huggingface.co/datasets/open-llm-leaderboard/details_decem__Dionysus-Mistral-m3-v6](https://huggingface.co/datasets/open-llm-leaderboard/details_decem__Dionysus-Mistral-m3-v6)
|