Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
cdancette commited on
Commit
2457bd6
·
verified ·
1 Parent(s): 96522e5

Add splits

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,3 +1,29 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ configs:
4
+ - config_name: full
5
+ data_files:
6
+ - split: train
7
+ path: "train.jsonl"
8
+ - split: test
9
+ path: "test.jsonl"
10
+ - config_name: qi
11
+ data_files:
12
+ - split: train
13
+ path: "qi_train.jsonl"
14
+ - split: test
15
+ path: "qi_test.jsonl"
16
+ - config_name: dp
17
+ data_files:
18
+ - split: train
19
+ path: "dp_train.jsonl"
20
+ - split: test
21
+ path: "dp_test.jsonl"
22
+ - config_name: custom
23
+ data_files:
24
+ - split: train
25
+ path: "custom_train.jsonl"
26
+ - split: test
27
+ path: "custom_test.jsonl"
28
+
29
+ ---