IlyaGusev commited on
Commit
25691f4
1 Parent(s): 683c141

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -132,26 +132,26 @@ for example in dataset:
132
  "text_html": "...",
133
  "text_markdown": "...",
134
  "comments": {
135
- "text": ["...", ...],
136
- "author": ["...", ...],
137
- "comment_id": [11236, ...],
138
- "score": [0, ...],
139
- "timestamp": [1303205411, ...]
140
  },
141
  "answers": {
142
- "answer_id": [11243, ...],
143
- "timestamp": [1303207791, ...],
144
- "is_accepted": [1, ...],
145
- "text_html": ["...", ...],
146
- "text_markdown": ["...", ...],
147
- "score": [3, ...],
148
- "author": ["...", ...],
149
  "comments": {
150
- "text": ["...", ...],
151
- "author": ["...", ...],
152
- "comment_id": [11246, ...],
153
- "score": [0, ...],
154
- "timestamp": [1303207961, ...]
155
  }
156
  }
157
  }
 
132
  "text_html": "...",
133
  "text_markdown": "...",
134
  "comments": {
135
+ "text": ["...", "...",
136
+ "author": ["...", "..."],
137
+ "comment_id": [11236, 11237],
138
+ "score": [0, 0],
139
+ "timestamp": [1303205411, 1303205678]
140
  },
141
  "answers": {
142
+ "answer_id": [11243, 11245],
143
+ "timestamp": [1303207791, 1303207792],
144
+ "is_accepted": [1, 0],
145
+ "text_html": ["...", "..."],
146
+ "text_markdown": ["...", "..."],
147
+ "score": [3, 0],
148
+ "author": ["...", "..."],
149
  "comments": {
150
+ "text": ["...", "..."],
151
+ "author": ["...", "..."],
152
+ "comment_id": [11246, 11249],
153
+ "score": [0, 0],
154
+ "timestamp": [1303207961, 1303207800]
155
  }
156
  }
157
  }