File size: 1,375 Bytes
e1381e5
 
 
 
12ded95
e1381e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70b61f3
 
 
56e658e
70b61f3
e1381e5
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
license: apache-2.0
---
# Model Card for TurboSparse-Mistral
The [TurboSparse-Mistral](https://arxiv.org/abs/2406.05955) Large Language Model (LLM) is an sparsified version of the Mixtral.

<img src="takeaway.png" alt="avatar" width="300" height="200"/>

The average performance is evaluated using benchmarks from the OpenLLM Leaderboard.

## Inference

Our code for accelerating TurboSparse-Mixtral is currently being refined. Stay tuned! Now you can run this model like dense model.

## Chat-Template

During sparsification, we also utilize some SFT datasets.
We take ChatML as our chat template:
```
<|im_start|>user\n{{content}}<|im_end|>\n<|im_start|>assistant\n
```

## Allow Finetuning

As we merged the predictors for FFN neurons in models, you can finetune TurboSparse-Mistral with any framework and algorithm.

## Limitations
* TurboSparse, having just undergone training with 150B tokens, may still exhibit performance gaps in certain tasks.
* The TurboSparse model has only been trained on English-language datasets, hence its capabilities in other languages are still lacking.
* The model may produce unexpected outputs due to its small size, limited training tokens and probabilistic generation paradigm.

## License

The model is licensed under Apache-2.0, while model weights are fully open for academic research and also allow **free** commercial usage.