Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -140,11 +140,11 @@ You can specify three different nesting level: `question`, `page` and `domain`.
|
|
| 140 |
load_dataset("clips/mqa", level="question") # default
|
| 141 |
```
|
| 142 |
The default level is the question object:
|
| 143 |
-
- **name**: the title of the question
|
| 144 |
-
- **text**: the body of the question (if any)
|
| 145 |
- **answers**: a list of answers
|
| 146 |
-
- **text**: the title of the answer (if any)
|
| 147 |
-
- **name**: the body of the answer
|
| 148 |
- **is_accepted**: true if the answer is selected.
|
| 149 |
|
| 150 |
#### Page
|
|
|
|
| 140 |
load_dataset("clips/mqa", level="question") # default
|
| 141 |
```
|
| 142 |
The default level is the question object:
|
| 143 |
+
- **name**: the title of the question(if any) in markdown format
|
| 144 |
+
- **text**: the body of the question (if any) in markdown format
|
| 145 |
- **answers**: a list of answers
|
| 146 |
+
- **text**: the title of the answer (if any) in markdown format
|
| 147 |
+
- **name**: the body of the answer in markdown format
|
| 148 |
- **is_accepted**: true if the answer is selected.
|
| 149 |
|
| 150 |
#### Page
|