Update README.md
Browse files
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 `
|
| 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:
|