Datasets:

Multilinguality:
multilingual
Size Categories:
unknown
Language Creators:
other
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
maximedb commited on
Commit
4b1f1e6
1 Parent(s): 455b07a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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 (if any)
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