epeters3 commited on
Commit
4bc63b4
1 Parent(s): 9f0dbc0

Add example to readme

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -10,6 +10,18 @@ normalized whitespace. Also, each dialogue turn includes a pool of distractor
10
  candidate responses, which can be used by a multiple choice regularization loss during
11
  training.
12
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ## Lanugages
14
 
15
  The text in the dataset is in English (**en**).
 
10
  candidate responses, which can be used by a multiple choice regularization loss during
11
  training.
12
 
13
+ As an example, here is an utterance from the original PersonaChat dataset:
14
+
15
+ ```
16
+ "i really like celine dion . what about you ?"
17
+ ```
18
+
19
+ In this dataset, that example is:
20
+
21
+ ```
22
+ "I really like Celine Dion. What about you?"
23
+ ```
24
+
25
  ## Lanugages
26
 
27
  The text in the dataset is in English (**en**).