Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Code-Regression
|
| 2 |
|
| 3 |
A unified regression dataset collated from three sources (APPS, KBSS, CDSS) along with our own custom profiling for training and evaluating regression models that map code strings to a target metric.
|
|
@@ -59,5 +69,4 @@ If you found this dataset useful for your research, please cite the original sou
|
|
| 59 |
}
|
| 60 |
```
|
| 61 |
|
| 62 |
-
(Original Paper Coming Soon!)
|
| 63 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- regression
|
| 5 |
+
- latency
|
| 6 |
+
- triton
|
| 7 |
+
- leetcode
|
| 8 |
+
- kernel
|
| 9 |
+
- text regression
|
| 10 |
+
---
|
| 11 |
# Code-Regression
|
| 12 |
|
| 13 |
A unified regression dataset collated from three sources (APPS, KBSS, CDSS) along with our own custom profiling for training and evaluating regression models that map code strings to a target metric.
|
|
|
|
| 69 |
}
|
| 70 |
```
|
| 71 |
|
| 72 |
+
(Original Paper Coming Soon!)
|
|
|