p1atdev commited on
Commit
6fc6acd
·
1 Parent(s): e6cfa0a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -110,6 +110,20 @@ dataset_info:
110
  num_examples: 217296
111
  download_size: 32368053
112
  dataset_size: 56071294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  configs:
114
  - config_name: all-corpus
115
  data_files:
@@ -139,6 +153,10 @@ configs:
139
  data_files:
140
  - split: train
141
  path: newsplus/train-*
 
 
 
 
142
  tags:
143
  - not-for-all-audiences
144
  ---
 
110
  num_examples: 217296
111
  download_size: 32368053
112
  dataset_size: 56071294
113
+ - config_name: newsplus-cleaned
114
+ features:
115
+ - name: dialogue
116
+ sequence:
117
+ - name: speaker
118
+ dtype: int8
119
+ - name: content
120
+ dtype: string
121
+ splits:
122
+ - name: train
123
+ num_bytes: 33387874
124
+ num_examples: 139574
125
+ download_size: 19556120
126
+ dataset_size: 33387874
127
  configs:
128
  - config_name: all-corpus
129
  data_files:
 
153
  data_files:
154
  - split: train
155
  path: newsplus/train-*
156
+ - config_name: newsplus-cleaned
157
+ data_files:
158
+ - split: train
159
+ path: newsplus-cleaned/train-*
160
  tags:
161
  - not-for-all-audiences
162
  ---