nouhadziri commited on
Commit
bec649d
1 Parent(s): ec3bc53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ An example of 'train' looks as follows:
44
  ... // more dialogues
45
  ]
46
  ```
47
- If the `original_response` is empty, it means that the response is faithful to the source and we consider it as a FaithDial response. Faithful responses in WoW are also edited slightly is they are found to have some grammatical issues or typos.
48
  ## Data Fields
49
 
50
  - `history`: `List[string]`. The dialogue history.
 
44
  ... // more dialogues
45
  ]
46
  ```
47
+ If the `original_response` is empty, it means that the response is faithful to the source and we consider it as a FaithDial response. Faithful responses in WoW are also edited slightly if they are found to have some grammatical issues or typos.
48
  ## Data Fields
49
 
50
  - `history`: `List[string]`. The dialogue history.