Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10M - 100M
License:
add config for a small sample
Browse files
README.md
CHANGED
@@ -35,6 +35,8 @@ configs:
|
|
35 |
path: "stage2/valid_stage2.parquet"
|
36 |
- split: test
|
37 |
path: "stage2/test_stage2.parquet"
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
|
|
|
35 |
path: "stage2/valid_stage2.parquet"
|
36 |
- split: test
|
37 |
path: "stage2/test_stage2.parquet"
|
38 |
+
- config_name: sample
|
39 |
+
data_files:
|
40 |
+
- split: validation
|
41 |
+
path: "stage2/valid_stage2.parquet"
|
42 |
+
---
|