Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Untie-the-Knots: An Efficient Data Augmentation Strategy for Long-Context Pre-Training in Language Models
|
2 |
|
3 |
<div align="center">
|
@@ -75,6 +87,11 @@ For deployment, we recommend using **vLLM**:
|
|
75 |
|
76 |
|
77 |
|
|
|
|
|
|
|
|
|
|
|
78 |
## Citation
|
79 |
|
80 |
If you find this repo helpful, please cite our paper as follows:
|
|
|
1 |
+
|
2 |
+
|
3 |
+
---
|
4 |
+
license: apache-2.0
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- zh
|
8 |
+
tags:
|
9 |
+
- base
|
10 |
+
- 128k
|
11 |
+
---
|
12 |
+
|
13 |
# Untie-the-Knots: An Efficient Data Augmentation Strategy for Long-Context Pre-Training in Language Models
|
14 |
|
15 |
<div align="center">
|
|
|
87 |
|
88 |
|
89 |
|
90 |
+
## License
|
91 |
+
|
92 |
+
The content of this project itself is licensed under [LICENSE](LICENSE).
|
93 |
+
|
94 |
+
|
95 |
## Citation
|
96 |
|
97 |
If you find this repo helpful, please cite our paper as follows:
|