hunterhector
commited on
Commit
•
5a77be1
1
Parent(s):
9aaf568
fix citation key
Browse files
main.py
CHANGED
@@ -137,9 +137,9 @@ front_matter = {
|
|
137 |
|
138 |
citation_long = """
|
139 |
@misc{txt360data2024,
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
}
|
144 |
"""
|
145 |
|
|
|
137 |
|
138 |
citation_long = """
|
139 |
@misc{txt360data2024,
|
140 |
+
title={TxT360: A Top-Quality LLM Pre-training Dataset Requires the Perfect Blend},
|
141 |
+
author={Liping Tang, Nikhil Ranjan, Omkar Pangarkar, Xuezhi Liang, Zhen Wang, Li An, Bhaskar Rao, Zhoujun Cheng, Suqi Sun, Cun Mu, Victor Miller, Yue Peng, Eric P. Xing, Zhengzhong Liu},
|
142 |
+
year={2024}
|
143 |
}
|
144 |
"""
|
145 |
|