Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Libraries:
Datasets
pandas
License:
Shubhanshu Mishra commited on
Commit
1618ed7
1 Parent(s): 314880d

Updated README with features

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -219,17 +219,17 @@ configs:
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
 
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