Lexi commited on
Commit
fbaf5dd
1 Parent(s): 47dfd14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -101,8 +101,7 @@ An example of 'train' looks as follows.
101
  The data fields are the same among all splits.
102
 
103
  #### plain_text
104
- - `id`: a `string` feature.
105
- - `title`: a `string` feature.
106
  - `context`: a `string` feature.
107
  - `question`: a `string` feature.
108
  - `answers`: a dictionary feature containing:
 
101
  The data fields are the same among all splits.
102
 
103
  #### plain_text
104
+ - `id`: a `int32` feature.
 
105
  - `context`: a `string` feature.
106
  - `question`: a `string` feature.
107
  - `answers`: a dictionary feature containing: