Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,20 @@
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
5 |
+
---
|
6 |
+
|
7 |
+
# Model Card for SuperSparse-Mixtral
|
8 |
+
|
9 |
+
The SuperSparse-Mixtral Large Language Model (LLM) is an sparsified version of the Mixtral.
|
10 |
+
|
11 |
+
## Inference
|
12 |
+
|
13 |
+
Our code for accelerate SuperSparse-Mixtral is under refining, stay tuned.
|
14 |
+
|
15 |
+
## Allow Finetuning
|
16 |
+
|
17 |
+
As we merged the predictors for FFN neurons in models, you can finetune SuperSparse-Mixtral with any framework and algorithm.
|
18 |
+
|
19 |
+
## License
|
20 |
+
|
21 |
+
The model is licensed under Apache-2.0, while model weights are fully open for academic research and also allow **free** commercial usage.
|