Shubhanshu Mishra
commited on
Commit
·
314880d
1
Parent(s):
9c79625
Updated README with features
Browse files
README.md
CHANGED
@@ -215,6 +215,21 @@ configs:
|
|
215 |
split: train
|
216 |
- path: data/UNCERTAINITY/Swamy/validation.json
|
217 |
split: validation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
---
|
219 |
|
220 |
# SocialMediaIE - Social Media Information Extraction
|
|
|
215 |
split: train
|
216 |
- path: data/UNCERTAINITY/Swamy/validation.json
|
217 |
split: validation
|
218 |
+
|
219 |
+
dataset_info:
|
220 |
+
features:
|
221 |
+
- name: tweet_id
|
222 |
+
dtype: str
|
223 |
+
- name: id
|
224 |
+
dtype: int32
|
225 |
+
- name: text
|
226 |
+
dtype: str
|
227 |
+
- name: label
|
228 |
+
dtype: str
|
229 |
+
- name: tokens
|
230 |
+
sequence: str
|
231 |
+
- name: ner_tags
|
232 |
+
sequence: str
|
233 |
---
|
234 |
|
235 |
# SocialMediaIE - Social Media Information Extraction
|