mapama247 commited on
Commit
57eff4f
1 Parent(s): 6124a41

prettify data fields section

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -66,14 +66,14 @@ Extractive-QA
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
 
 
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