asahi417 commited on
Commit
4a08b3e
1 Parent(s): be697cd

fix dataset

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ The data fields are the same among all splits.
58
  - `text_tokenized`: a list of `string` feature.
59
  - `gold_label_sequence`: a list of `string` feature.
60
  - `date`: a `string` feature.
61
- - `entities`: a `dictionary` feature.
62
 
63
  #### tweet_qa
64
  - `text`: a `string` feature.
 
58
  - `text_tokenized`: a list of `string` feature.
59
  - `gold_label_sequence`: a list of `string` feature.
60
  - `date`: a `string` feature.
61
+ - `entities`: a list of `dictionary` feature containing `{"entity": "string", "type": "string"}`.
62
 
63
  #### tweet_qa
64
  - `text`: a `string` feature.