Shubhanshu Mishra
commited on
Commit
•
1618ed7
1
Parent(s):
314880d
Updated README with features
Browse files
README.md
CHANGED
@@ -219,17 +219,17 @@ configs:
|
|
219 |
dataset_info:
|
220 |
features:
|
221 |
- name: tweet_id
|
222 |
-
dtype:
|
223 |
- name: id
|
224 |
dtype: int32
|
225 |
- name: text
|
226 |
-
dtype:
|
227 |
- name: label
|
228 |
-
dtype:
|
229 |
- name: tokens
|
230 |
-
sequence:
|
231 |
- name: ner_tags
|
232 |
-
sequence:
|
233 |
---
|
234 |
|
235 |
# SocialMediaIE - Social Media Information Extraction
|
|
|
219 |
dataset_info:
|
220 |
features:
|
221 |
- name: tweet_id
|
222 |
+
dtype: string
|
223 |
- name: id
|
224 |
dtype: int32
|
225 |
- name: text
|
226 |
+
dtype: string
|
227 |
- name: label
|
228 |
+
dtype: string
|
229 |
- name: tokens
|
230 |
+
sequence: string
|
231 |
- name: ner_tags
|
232 |
+
sequence: string
|
233 |
---
|
234 |
|
235 |
# SocialMediaIE - Social Media Information Extraction
|