grimjim commited on
Commit
c09e3d5
·
verified ·
1 Parent(s): 6ce9d22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -4,6 +4,19 @@ language:
4
  - en
5
  size_categories:
6
  - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
  EmpatheticDialogues datasets mirror. There are a few quirks in the original files, some of which I've tried to remediate in fixed versions.
9
 
 
4
  - en
5
  size_categories:
6
  - 10K<n<100K
7
+ configs:
8
+ - config_name: test
9
+ data_files: test.csv
10
+ - config_name: test_fixed_commas
11
+ data_files: test_fixed_commas.csv
12
+ - config_name: train
13
+ data_files: train.csv
14
+ - config_name: train_fixed_commas
15
+ data_files: train_fixed_commas.csv
16
+ - config_name: valid
17
+ data_files: valid.csv
18
+ - config_name: valid_fixed_commas
19
+ data_files: valid_fixed_commas.csv
20
  ---
21
  EmpatheticDialogues datasets mirror. There are a few quirks in the original files, some of which I've tried to remediate in fixed versions.
22