added additions subdir to metadata
Browse files
README.md
CHANGED
@@ -6,6 +6,9 @@ configs:
|
|
6 |
- config_name: roots
|
7 |
data_dir: 'roots'
|
8 |
data_files: "Roots.csv"
|
|
|
|
|
|
|
9 |
---
|
10 |
---
|
11 |
# For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
|
|
|
6 |
- config_name: roots
|
7 |
data_dir: 'roots'
|
8 |
data_files: "Roots.csv"
|
9 |
+
- config_name: additions
|
10 |
+
data_dir: 'additions'
|
11 |
+
data_files: "addition_operations_eval.csv"
|
12 |
---
|
13 |
---
|
14 |
# For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
|