Update README.md
Browse files
README.md
CHANGED
|
@@ -94,7 +94,7 @@ dataset = load_dataset('CodeEff/ECCO', 'generate') # For nl-instructed generatio
|
|
| 94 |
These are used to generate code by each model across the 2 paradigms. We use the `test` split for the evaluation/results and the `train` and `val` splits for finetuning and few-shot prompting.
|
| 95 |
|
| 96 |
### Evaluation dataset
|
| 97 |
-
The dataset also consists of an additional 3rd subset `generate_eval` which consists of the spectrum of user solutions for each problem in the `test` split.
|
| 98 |
This is used for the percentile evaluation of the **NL-instructed generation** paradigm.
|
| 99 |
|
| 100 |
### Data Sources
|
|
|
|
| 94 |
These are used to generate code by each model across the 2 paradigms. We use the `test` split for the evaluation/results and the `train` and `val` splits for finetuning and few-shot prompting.
|
| 95 |
|
| 96 |
### Evaluation dataset
|
| 97 |
+
The dataset also consists of an additional 3rd subset `generate_eval` which consists of the runtime and memory of a spectrum of user solutions for each problem in the `test` split.
|
| 98 |
This is used for the percentile evaluation of the **NL-instructed generation** paradigm.
|
| 99 |
|
| 100 |
### Data Sources
|