akhauriyash commited on
Commit
926d968
·
verified ·
1 Parent(s): f4e6654

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -12,6 +12,10 @@ tags:
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.
14
 
 
 
 
 
15
  ## Schema
16
  - **identifier** *(string)*: Source key for the example, e.g. `APPS_0`, `KBSS_1`, `CDSS_42`.
17
  - **space** *(string)*: Logical dataset split/source (`APPS`, `KBSS`, or `CDSS`).
 
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.
14
 
15
+ This is part of a larger research paper on regression-language models for code.
16
+ Link for Graph-Regression dataset: https://huggingface.co/datasets/akhauriyash/GraphArch-Regression
17
+ Link for Base Gemma-Adapted RLM model: Coming soon
18
+
19
  ## Schema
20
  - **identifier** *(string)*: Source key for the example, e.g. `APPS_0`, `KBSS_1`, `CDSS_42`.
21
  - **space** *(string)*: Logical dataset split/source (`APPS`, `KBSS`, or `CDSS`).