Create dataset_config.yaml
Browse files- dataset_config.yaml +7 -0
dataset_config.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
splits:
|
| 2 |
+
- name: test
|
| 3 |
+
num_examples: 1685
|
| 4 |
+
filename: RegexPSPACE.jsonl
|
| 5 |
+
- name: fewshot_examples
|
| 6 |
+
num_examples: 1685
|
| 7 |
+
filename: RegexPSPACE_fewshot.jsonl
|