tensopolis commited on
Commit
1bb21cc
·
verified ·
1 Parent(s): 3c81959

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -24,6 +24,13 @@ Base model: [**mistralai/Mistral-Small-24B-Instruct-2501**](https://huggingface.
24
 
25
  Dataset: [**ServiceNow-AI/R1-Distill-SFT**](https://huggingface.co/datasets/ServiceNow-AI/R1-Distill-SFT)
26
 
 
 
 
 
 
 
 
27
  This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
28
 
29
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
24
 
25
  Dataset: [**ServiceNow-AI/R1-Distill-SFT**](https://huggingface.co/datasets/ServiceNow-AI/R1-Distill-SFT)
26
 
27
+ ### Basic Instruct Template (V7-Tekken)
28
+
29
+ ```
30
+ <s>[SYSTEM_PROMPT]<system prompt>[/SYSTEM_PROMPT][INST]<user message>[/INST]<assistant response></s>[INST]<user message>[/INST]
31
+ ```
32
+ *`<system_prompt>`, `<user message>` and `<assistant response>` are placeholders.*
33
+
34
  This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
35
 
36
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)