Ayomidejoe commited on
Commit
24c4759
·
verified ·
1 Parent(s): 34f1a87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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: