Datasets:
Commit
•
fc07d18
1
Parent(s):
67e67bb
Removing example
Browse files
README.md
CHANGED
@@ -169,10 +169,6 @@ Some records might be missing any or all of image, lecture, solution.
|
|
169 |
|
170 |
### Data Fields
|
171 |
|
172 |
-
List and describe the fields present in the dataset. Mention their data type, and whether they are used as input or output in any of the tasks the dataset currently supports. If the data has span indices, describe their attributes, such as whether they are at the character level or word level, whether they are contiguous or not, etc. If the datasets contains example IDs, state whether they have an inherent meaning, such as a mapping to other datasets or pointing to relationships between data points.
|
173 |
-
|
174 |
-
- `example_field`: description of `example_field`
|
175 |
-
|
176 |
- `image` : Contextual image
|
177 |
- `question` : Prompt relating to the `lecture`
|
178 |
- `choices` : Multiple choice answer with 1 correct to the `question`
|
|
|
169 |
|
170 |
### Data Fields
|
171 |
|
|
|
|
|
|
|
|
|
172 |
- `image` : Contextual image
|
173 |
- `question` : Prompt relating to the `lecture`
|
174 |
- `choices` : Multiple choice answer with 1 correct to the `question`
|