Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,14 @@ The SuperSparse-Mixtral Large Language Model (LLM) is an sparsified version of t
|
|
14 |
|
15 |
Our code for accelerating SuperSparse-Mixtral is currently being refined. Stay tuned! Now you can run this model like dense model.
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
## Allow Finetuning
|
18 |
|
19 |
As we merged the predictors for FFN neurons in models, you can finetune SuperSparse-Mixtral with any framework and algorithm.
|
|
|
14 |
|
15 |
Our code for accelerating SuperSparse-Mixtral is currently being refined. Stay tuned! Now you can run this model like dense model.
|
16 |
|
17 |
+
## Chat-Template
|
18 |
+
|
19 |
+
During sparsification, we also utilize some SFT datasets.
|
20 |
+
We take ChatML as our chat template:
|
21 |
+
```
|
22 |
+
<|im_start|>user\n{{content}}<|im_end|>\n<|im_start|>assistant\n
|
23 |
+
```
|
24 |
+
|
25 |
## Allow Finetuning
|
26 |
|
27 |
As we merged the predictors for FFN neurons in models, you can finetune SuperSparse-Mixtral with any framework and algorithm.
|