asahi417 commited on
Commit
be3d1d4
·
2 Parent(s): 5399d79 978bb99

Merge branch 'main' of https://huggingface.co/datasets/cardiffnlp/super_tweet_eval

Browse files
Files changed (1) hide show
  1. README.md +4 -7
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.
@@ -63,17 +64,17 @@ The data fields are the same among all splits.
63
  #### tweet_qa
64
  - `text`: a `string` feature.
65
  - `label_str`: a `string` feature.
66
- - `pargraph`: a `string` feature.
67
  - `question`: a `string` feature.
68
 
69
  #### tweet_intimacy
70
  - `text`: a `string` feature.
71
- - `labe_float`: a `float` feature.
72
 
73
  #### tweet_similarity
74
  - `text_1`: a `string` feature.
75
  - `text_2`: a `string` feature.
76
- - `labe_float`: a `float` feature.
77
 
78
  #### tempo_wic
79
  - `label_binary`: a `int` 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.
 
64
  #### tweet_qa
65
  - `text`: a `string` feature.
66
  - `label_str`: a `string` feature.
67
+ - `paragraph`: a `string` feature.
68
  - `question`: a `string` feature.
69
 
70
  #### tweet_intimacy
71
  - `text`: a `string` feature.
72
+ - `label_float`: a `float` feature.
73
 
74
  #### tweet_similarity
75
  - `text_1`: a `string` feature.
76
  - `text_2`: a `string` feature.
77
+ - `label_float`: a `float` feature.
78
 
79
  #### tempo_wic
80
  - `label_binary`: a `int` 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