mapama247 commited on
Commit
e32fc85
1 Parent(s): 10c3919

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -23,6 +23,7 @@ task_ids:
23
  An extractive QA dataset for the Spanish language.
24
 
25
  ## Table of Contents
 
26
  <details>
27
  <summary>Click to expand</summary>
28
 
@@ -93,16 +94,18 @@ Extractive-QA
93
 
94
  ### Data Fields
95
 
 
96
  {
97
- - `id`: str
98
- - `title`: str
99
- - `context`: str
100
- - `question`: str
101
- - `answers`: {
102
- - `answer_start`: [int]
103
- - `text`: [str]
104
  }
105
  }
 
106
 
107
  ### Data Splits
108
 
 
23
  An extractive QA dataset for the Spanish language.
24
 
25
  ## Table of Contents
26
+
27
  <details>
28
  <summary>Click to expand</summary>
29
 
 
94
 
95
  ### Data Fields
96
 
97
+ <pre>
98
  {
99
+ `id`: str
100
+ `title`: str
101
+ `context`: str
102
+ `question`: str
103
+ `answers`: {
104
+ `answer_start`: [int]
105
+ `text`: [str]
106
  }
107
  }
108
+ </pre>
109
 
110
  ### Data Splits
111