Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ Prepare *n* independent Embedding matrices to encode the same token sequence *n*
|
|
| 40 |
|
| 41 |
## Serving (SGLang)
|
| 42 |
|
| 43 |
-
This model requires a patched version of [SGLang](https://github.com/sgl-project/sglang) for inference. See the [project page](https://
|
| 44 |
|
| 45 |
```bash
|
| 46 |
python -m sglang.launch_server \
|
|
@@ -82,16 +82,12 @@ print(response.choices[0].text)
|
|
| 82 |
|
| 83 |
```bibtex
|
| 84 |
@article{hidden_decoding_2026,
|
| 85 |
-
title = {
|
| 86 |
year = {2026},
|
| 87 |
url = {https://welm.weixin.qq.com/posts/hidden_decoding/}
|
| 88 |
}
|
| 89 |
```
|
| 90 |
|
| 91 |
-
## Contact
|
| 92 |
-
|
| 93 |
-
Sijun Zhang (nepheloturbulence@gmail.com), Aiwei Liu (liuaiwei20@gmail.com)
|
| 94 |
-
|
| 95 |
## License
|
| 96 |
|
| 97 |
This model is released under the [License Terms of Sequential-Hidden-Decoding](LICENSE).
|
|
|
|
| 40 |
|
| 41 |
## Serving (SGLang)
|
| 42 |
|
| 43 |
+
This model requires a patched version of [SGLang](https://github.com/sgl-project/sglang) for inference. See the [project page](https://github.com/Tencent/Sequential-Hidden-Decoding) for installation options (Docker image, forked repo, or manual patch).
|
| 44 |
|
| 45 |
```bash
|
| 46 |
python -m sglang.launch_server \
|
|
|
|
| 82 |
|
| 83 |
```bibtex
|
| 84 |
@article{hidden_decoding_2026,
|
| 85 |
+
title = {Hidden Decoding: Scaling Sequence Length in Pretraining},
|
| 86 |
year = {2026},
|
| 87 |
url = {https://welm.weixin.qq.com/posts/hidden_decoding/}
|
| 88 |
}
|
| 89 |
```
|
| 90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
## License
|
| 92 |
|
| 93 |
This model is released under the [License Terms of Sequential-Hidden-Decoding](LICENSE).
|