antypasd commited on
Commit
7a3781b
1 Parent(s): 3343780

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- - `word`: 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,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
- - `context`: a `string` feature.
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.