rbawden commited on
Commit
d8526c5
1 Parent(s): 1dcc886

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -79,7 +79,7 @@ English (mainly UK) and French
79
  ### Data Instances
80
 
81
  - **Size of downloaded dataset files:** 37 MB
82
- - **Number of parallel sentences:** 5748 sentences
83
 
84
  Each example is highly annotated and is associated with dialogue context. An example from the test set looks as follows (only the first and last utterances of the dialogue history are shown for readability purposes):
85
 
@@ -186,16 +186,22 @@ Each example is highly annotated and is associated with dialogue context. An exa
186
  }
187
  ]
188
  }
189
-
190
 
191
  ### Data Fields
192
 
 
 
193
  [More Information Needed]
194
 
195
  ### Data Splits
196
 
197
  DiaBLa is a test set only.
198
 
 
 
 
 
199
  ## Dataset Creation
200
 
201
  ### Curation Rationale
 
79
  ### Data Instances
80
 
81
  - **Size of downloaded dataset files:** 37 MB
82
+ - **Number of parallel utterances:** 5748
83
 
84
  Each example is highly annotated and is associated with dialogue context. An example from the test set looks as follows (only the first and last utterances of the dialogue history are shown for readability purposes):
85
 
 
186
  }
187
  ]
188
  }
189
+ ```
190
 
191
  ### Data Fields
192
 
193
+ #### plain_text
194
+
195
  [More Information Needed]
196
 
197
  ### Data Splits
198
 
199
  DiaBLa is a test set only.
200
 
201
+ | name |test |
202
+ |----------|------:|
203
+ |plain_text| 5748|
204
+
205
  ## Dataset Creation
206
 
207
  ### Curation Rationale