Update README.md
Browse files
README.md
CHANGED
@@ -1297,7 +1297,7 @@ A collection of datasets and benchmarks for large-scale Performance Modeling wit
|
|
1297 |
|
1298 |
This collection includes these dataset:
|
1299 |
1. **github-200K**: a first version dataset that contains ~1300 kernel's execution time with input size - global size correlation and imbalanced data.
|
1300 |
-
2. **github-350k**: a
|
1301 |
-
3. **github-400k**: a
|
1302 |
-
4. **github-600K**: a fourth version dataset that contains ~6000 kernel's execution time with input size - global size correlation and
|
1303 |
5. **benchmark-[]**: benchmarks for LLMs performance on Perfomance Modeling task.
|
|
|
1297 |
|
1298 |
This collection includes these dataset:
|
1299 |
1. **github-200K**: a first version dataset that contains ~1300 kernel's execution time with input size - global size correlation and imbalanced data.
|
1300 |
+
2. **github-350k**: a second version dataset continued from the first that fix the imbalanced data problem.
|
1301 |
+
3. **github-400k**: a third version dataset continued from the second that relax the input - global size correlation.
|
1302 |
+
4. **github-600K**: a fourth version dataset that contains ~6000 kernel's execution time with input size - global size correlation and have balanced data.
|
1303 |
5. **benchmark-[]**: benchmarks for LLMs performance on Perfomance Modeling task.
|