asahi417 commited on
Commit
757b83f
1 Parent(s): fe6c94b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -63,12 +63,12 @@ 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.
 
63
  #### tweet_qa
64
  - `text`: a `string` feature.
65
  - `label_str`: a `string` feature.
66
+ - `paragraph`: a `string` feature.
67
  - `question`: a `string` feature.
68
 
69
  #### tweet_intimacy
70
  - `text`: a `string` feature.
71
+ - `label_float`: a `float` feature.
72
 
73
  #### tweet_similarity
74
  - `text_1`: a `string` feature.