Update README.md
Browse files
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 |
-
- `
|
67 |
- `question`: a `string` feature.
|
68 |
|
69 |
#### tweet_intimacy
|
70 |
- `text`: a `string` feature.
|
71 |
-
- `
|
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.
|