Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
alphapav commited on
Commit
8f9a5c3
1 Parent(s): 94395a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -12
README.md CHANGED
@@ -7,18 +7,42 @@ language:
7
  configs:
8
  - config_name: train
9
  data_files:
10
- - split: clean.2ppl
11
- path: "train/clean/people2_num200.jsonl"
12
- - split: perturbed_leaf.2ppl
13
- path: "train/perturbed_leaf/people2_num200.jsonl"
14
- - split: perturbed_statement.2ppl
15
- path: "train/perturbed_statement/people2_num200.jsonl"
 
 
 
16
  - config_name: test
17
  data_files:
18
- - split: clean.2ppl
19
- path: "test/clean/people2_num100.jsonl"
20
- - split: perturbed_leaf.2ppl
21
- path: "test/perturbed_leaf/people2_num100.jsonl"
22
- - split: perturbed_statement.2ppl
23
- path: "test/perturbed_statement/people2_num100.jsonl"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
 
7
  configs:
8
  - config_name: train
9
  data_files:
10
+ - split: clean
11
+ path:
12
+ - "train/clean/people2_num200.jsonl"
13
+ - "train/clean/people3_num1000.jsonl"
14
+ - "train/clean/people4_num1000.jsonl"
15
+ - "train/clean/people5_num1000.jsonl"
16
+ - "train/clean/people6_num1000.jsonl"
17
+ - "train/clean/people7_num1000.jsonl"
18
+ - "train/clean/people8_num1000.jsonl"
19
  - config_name: test
20
  data_files:
21
+ - split: clean
22
+ path:
23
+ - "test/clean/people2_num100.jsonl"
24
+ - "test/clean/people3_num100.jsonl"
25
+ - "test/clean/people4_num100.jsonl"
26
+ - "test/clean/people5_num100.jsonl"
27
+ - "test/clean/people6_num100.jsonl"
28
+ - "test/clean/people7_num100.jsonl"
29
+ - "test/clean/people8_num100.jsonl"
30
+ - split: perturbed_leaf
31
+ path:
32
+ - "test/perturbed_leaf/people2_num100.jsonl"
33
+ - "test/perturbed_leaf/people3_num100.jsonl"
34
+ - "test/perturbed_leaf/people4_num100.jsonl"
35
+ - "test/perturbed_leaf/people5_num100.jsonl"
36
+ - "test/perturbed_leaf/people6_num100.jsonl"
37
+ - "test/perturbed_leaf/people7_num100.jsonl"
38
+ - "test/perturbed_leaf/people8_num100.jsonl"
39
+ - split: perturbed_statement
40
+ path:
41
+ - "test/perturbed_statement/people2_num100.jsonl"
42
+ - "test/perturbed_statement/people3_num100.jsonl"
43
+ - "test/perturbed_statement/people4_num100.jsonl"
44
+ - "test/perturbed_statement/people5_num100.jsonl"
45
+ - "test/perturbed_statement/people6_num100.jsonl"
46
+ - "test/perturbed_statement/people7_num100.jsonl"
47
+ - "test/perturbed_statement/people8_num100.jsonl"
48
  ---