Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ The model has the following features:
|
|
31 |
- We recommend deploying with our custom vLLM, which introduces sparse attention and length extrapolation methods to ensure efficiency and accuracy for long-context tasks. For specific guidance, refer to [this section](#processing-ultra-long-texts).
|
32 |
- You can also use the previous framework that supports Qwen2.5 for inference, but accuracy degradation may occur for sequences exceeding 262,144 tokens.
|
33 |
|
34 |
-
For more details, please refer to our [blog](https://qwenlm.github.io/blog/qwen2.5-1m/), [GitHub](https://github.com/QwenLM/Qwen2.5), and [Documentation](https://qwen.readthedocs.io/en/latest/).
|
35 |
|
36 |
## Requirements
|
37 |
|
@@ -212,7 +212,7 @@ You can also refer to our [Documentation](https://qwen.readthedocs.io/en/latest/
|
|
212 |
|
213 |
## Evaluation & Performance
|
214 |
|
215 |
-
Detailed evaluation results are reported in this [📑 blog](https://qwenlm.github.io/blog/qwen2.5-1m/) and our [technical report](https://
|
216 |
|
217 |
## Citation
|
218 |
|
|
|
31 |
- We recommend deploying with our custom vLLM, which introduces sparse attention and length extrapolation methods to ensure efficiency and accuracy for long-context tasks. For specific guidance, refer to [this section](#processing-ultra-long-texts).
|
32 |
- You can also use the previous framework that supports Qwen2.5 for inference, but accuracy degradation may occur for sequences exceeding 262,144 tokens.
|
33 |
|
34 |
+
For more details, please refer to our [blog](https://qwenlm.github.io/blog/qwen2.5-1m/), [GitHub](https://github.com/QwenLM/Qwen2.5), [Technical Report](https://huggingface.co/papers/2501.15383), and [Documentation](https://qwen.readthedocs.io/en/latest/).
|
35 |
|
36 |
## Requirements
|
37 |
|
|
|
212 |
|
213 |
## Evaluation & Performance
|
214 |
|
215 |
+
Detailed evaluation results are reported in this [📑 blog](https://qwenlm.github.io/blog/qwen2.5-1m/) and our [technical report](https://arxiv.org/abs/2501.15383).
|
216 |
|
217 |
## Citation
|
218 |
|