Spaces:
Running
Running
hunterhector
commited on
Commit
•
85b59b6
1
Parent(s):
e58e006
Update main.py
Browse files
main.py
CHANGED
@@ -88,6 +88,18 @@ front_matter = {
|
|
88 |
"affiliation": "MBZUAI",
|
89 |
"affiliationURL": "",
|
90 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
{
|
92 |
"author": "Zhoujun Cheng",
|
93 |
"authorURL": "https://huggingface.co/zhoujun",
|
@@ -112,6 +124,12 @@ front_matter = {
|
|
112 |
"affiliation": "Petuum, Inc.",
|
113 |
"affiliationURL": "",
|
114 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
{
|
116 |
"author": "Yue Peng",
|
117 |
"authorURL": "https://huggingface.co/Dreamever",
|
@@ -138,7 +156,7 @@ front_matter = {
|
|
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, Zhengzhong Liu, Eric P. Xing},
|
142 |
year={2024}
|
143 |
}
|
144 |
"""
|
|
|
88 |
"affiliation": "MBZUAI",
|
89 |
"affiliationURL": "",
|
90 |
},
|
91 |
+
{
|
92 |
+
"author": "Linghao Jin",
|
93 |
+
"authorURL": "https://sites.google.com/usc.edu/linghao-jin",
|
94 |
+
"affiliation": "USC",
|
95 |
+
"affiliationURL": "",
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"author": "Huijuan Wang",
|
99 |
+
"authorURL": "https://sites.google.com/usc.edu/huijuanwang",
|
100 |
+
"affiliation": "USC",
|
101 |
+
"affiliationURL": "",
|
102 |
+
},
|
103 |
{
|
104 |
"author": "Zhoujun Cheng",
|
105 |
"authorURL": "https://huggingface.co/zhoujun",
|
|
|
124 |
"affiliation": "Petuum, Inc.",
|
125 |
"affiliationURL": "",
|
126 |
},
|
127 |
+
{
|
128 |
+
"author": "Xuezhe Ma",
|
129 |
+
"authorURL": "https://xuezhemax.github.io/",
|
130 |
+
"affiliation": "USC",
|
131 |
+
"affiliationURL": "",
|
132 |
+
},
|
133 |
{
|
134 |
"author": "Yue Peng",
|
135 |
"authorURL": "https://huggingface.co/Dreamever",
|
|
|
156 |
citation_long = """
|
157 |
@misc{txt360data2024,
|
158 |
title={TxT360: A Top-Quality LLM Pre-training Dataset Requires the Perfect Blend},
|
159 |
+
author={Liping Tang, Nikhil Ranjan, Omkar Pangarkar, Xuezhi Liang, Zhen Wang, Li An, Bhaskar Rao, Linghao Jin, Huijuan Wang, Zhoujun Cheng, Suqi Sun, Cun Mu, Victor Miller, Xuezhe Ma, Yue Peng, Zhengzhong Liu, Eric P. Xing},
|
160 |
year={2024}
|
161 |
}
|
162 |
"""
|