prettify data fields section
Browse files
README.md
CHANGED
@@ -66,14 +66,14 @@ Extractive-QA
|
|
66 |
|
67 |
<pre>
|
68 |
{
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
}
|
78 |
</pre>
|
79 |
|
|
|
66 |
|
67 |
<pre>
|
68 |
{
|
69 |
+
id: str
|
70 |
+
title: str
|
71 |
+
context: str
|
72 |
+
question: str
|
73 |
+
answers: {
|
74 |
+
answer_start: [int]
|
75 |
+
text: [str]
|
76 |
+
}
|
77 |
}
|
78 |
</pre>
|
79 |
|