Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ The data fields are the same among all splits.
|
|
54 |
|
55 |
- `question`: a `string` feature.
|
56 |
- `context`: a `string` feature.
|
57 |
-
-
|
58 |
- `text`: a `string` feature.
|
59 |
- `answer_start`: a `int32` feature.
|
60 |
|
|
|
54 |
|
55 |
- `question`: a `string` feature.
|
56 |
- `context`: a `string` feature.
|
57 |
+
- `answers`: a dictionary feature containing:
|
58 |
- `text`: a `string` feature.
|
59 |
- `answer_start`: a `int32` feature.
|
60 |
|