Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,8 +13,10 @@ tags:
|
|
| 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.
|
| 14 |
|
| 15 |
This is part of a larger research paper on regression-language models for code.
|
| 16 |
-
|
| 17 |
-
Link for
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Schema
|
| 20 |
- **identifier** *(string)*: Source key for the example, e.g. `APPS_0`, `KBSS_1`, `CDSS_42`.
|
|
|
|
| 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.
|
| 14 |
|
| 15 |
This is part of a larger research paper on regression-language models for code.
|
| 16 |
+
|
| 17 |
+
**Link for Graph-Regression dataset**: https://huggingface.co/datasets/akhauriyash/GraphArch-Regression
|
| 18 |
+
|
| 19 |
+
**Link for Base Gemma-Adapted RLM model**: https://huggingface.co/akhauriyash/RLM-GemmaS-Code-v0
|
| 20 |
|
| 21 |
## Schema
|
| 22 |
- **identifier** *(string)*: Source key for the example, e.g. `APPS_0`, `KBSS_1`, `CDSS_42`.
|