Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ The cleaning process involved:
|
|
55 |
| `Answer_text_length` | integer | The length of the answer text (in characters) |
|
56 |
| `Answer_language_probability` | float | The confidence score of the language detection algorithm |
|
57 |
|
58 |
-
NB: The rows are questions alongside their responses/comments (multiple rows with the same thread ID). So, a single question could have more than one response/comment.
|
59 |
|
60 |
## How to Load the Dataset
|
61 |
Here's how you can load and explore the dataset using the 🤗 Datasets library:
|
|
|
55 |
| `Answer_text_length` | integer | The length of the answer text (in characters) |
|
56 |
| `Answer_language_probability` | float | The confidence score of the language detection algorithm |
|
57 |
|
58 |
+
NB: The rows are questions alongside their answers/responses/comments (multiple rows with the same thread ID). So, a single question could have more than one answers/response/comment.
|
59 |
|
60 |
## How to Load the Dataset
|
61 |
Here's how you can load and explore the dataset using the 🤗 Datasets library:
|