Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,4 @@ pipeline_tag: text-generation
|
|
11 |
This is the original 0.5B BlockFFN checkpoint used in the paper *BlockFFN: Towards End-Side Acceleration-Friendly Mixture-of-Experts with Chunk-Level Activation Sparsity* for acceleration tests.
|
12 |
You can load and use this model simply by using `AutoTokenizer` and `AutoModelForCausalLM`.
|
13 |
|
14 |
-
Links: [[Paper](
|
|
|
11 |
This is the original 0.5B BlockFFN checkpoint used in the paper *BlockFFN: Towards End-Side Acceleration-Friendly Mixture-of-Experts with Chunk-Level Activation Sparsity* for acceleration tests.
|
12 |
You can load and use this model simply by using `AutoTokenizer` and `AutoModelForCausalLM`.
|
13 |
|
14 |
+
Links: [[Paper](https://arxiv.org/pdf/2507.08771)] [[Codes](https://github.com/thunlp/BlockFFN)]
|