Update README.md
Browse files
README.md
CHANGED
@@ -55,6 +55,7 @@ The data fields are the same among all splits.
|
|
55 |
- `date`: a `string` feature.
|
56 |
|
57 |
#### tweet_ner7
|
|
|
58 |
- `text_tokenized`: a list of `string` feature.
|
59 |
- `label_sequence`: a list of `string` feature.
|
60 |
- `id`: a `string` feature.
|
@@ -82,14 +83,10 @@ The data fields are the same among all splits.
|
|
82 |
- `text_1`: a `string` feature.
|
83 |
- `text_tokenized_1`: a list of `string` feature.
|
84 |
- `token_idx_1`: a `int` feature.
|
85 |
-
- `text_start_1`: a `int` feature.
|
86 |
-
- `text_end_1`: a `int` feature.
|
87 |
- `date_1`: a `string` feature.
|
88 |
- `text_2`: a `string` feature.
|
89 |
- `text_tokenized_2`: a list of `string` feature.
|
90 |
- `token_idx_2`: a `int` feature.
|
91 |
-
- `text_start_2`: a `int` feature.
|
92 |
-
- `text_end_2`: a `int` feature.
|
93 |
- `date_2`: a `string` feature.
|
94 |
|
95 |
|
|
|
55 |
- `date`: a `string` feature.
|
56 |
|
57 |
#### tweet_ner7
|
58 |
+
- `text`: a `string` feature.
|
59 |
- `text_tokenized`: a list of `string` feature.
|
60 |
- `label_sequence`: a list of `string` feature.
|
61 |
- `id`: a `string` feature.
|
|
|
83 |
- `text_1`: a `string` feature.
|
84 |
- `text_tokenized_1`: a list of `string` feature.
|
85 |
- `token_idx_1`: a `int` feature.
|
|
|
|
|
86 |
- `date_1`: a `string` feature.
|
87 |
- `text_2`: a `string` feature.
|
88 |
- `text_tokenized_2`: a list of `string` feature.
|
89 |
- `token_idx_2`: a `int` feature.
|
|
|
|
|
90 |
- `date_2`: a `string` feature.
|
91 |
|
92 |
|