Update README.md
Browse files
README.md
CHANGED
|
@@ -81,7 +81,7 @@ The data fields are the same among all splits.
|
|
| 81 |
|
| 82 |
#### tempo_wic
|
| 83 |
- `gold_label_binary`: a `int` feature.
|
| 84 |
-
- `
|
| 85 |
- `text_1`: a `string` feature.
|
| 86 |
- `text_tokenized_1`: a list of `string` feature.
|
| 87 |
- `token_idx_1`: a `int` feature.
|
|
@@ -107,7 +107,7 @@ The data fields are the same among all splits.
|
|
| 107 |
#### tweet_nerd
|
| 108 |
- `gold_label_binary`: a `int` feature.
|
| 109 |
- `target`: a `string` feature.
|
| 110 |
-
- `
|
| 111 |
- `definition`: a `string` feature.
|
| 112 |
- `text_start`: a `int` feature.
|
| 113 |
- `text_end`: a `int` feature.
|
|
|
|
| 81 |
|
| 82 |
#### tempo_wic
|
| 83 |
- `gold_label_binary`: a `int` feature.
|
| 84 |
+
- `target`: a `string` feature.
|
| 85 |
- `text_1`: a `string` feature.
|
| 86 |
- `text_tokenized_1`: a list of `string` feature.
|
| 87 |
- `token_idx_1`: a `int` feature.
|
|
|
|
| 107 |
#### tweet_nerd
|
| 108 |
- `gold_label_binary`: a `int` feature.
|
| 109 |
- `target`: a `string` feature.
|
| 110 |
+
- `text`: a `string` feature.
|
| 111 |
- `definition`: a `string` feature.
|
| 112 |
- `text_start`: a `int` feature.
|
| 113 |
- `text_end`: a `int` feature.
|