albertvillanova HF staff commited on
Commit
96e4724
1 Parent(s): 9f8da3c

Fix typo in train split name (#3751)

Browse files

* Fix typo in README guide

* Fix split naming and table alignment in README guide

* Fix split naming and table alignment in all datasets

* Fix previously malformed dataset cards

* Fix previously malformed dataset cards

Commit from https://github.com/huggingface/datasets/commit/af6e54febe3b822118dfed28ddb797d8350e5d27

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -87,10 +87,10 @@ The dataset contains dr_id, question_1, question_2, label. 11 different doctors
87
 
88
  The dataset as of now consists of only one split(train) but can be split seperately based on the requirement
89
 
90
- | | Tain |
91
- | ----- | ------ |
92
- | Non similar Question Pairs | 1524 |
93
- | Similar Question Pairs | 1524 |
94
 
95
  ## Dataset Creation
96
  Doctors with a list of 1524 patient-asked questions randomly sampled from the publicly available crawl of [HealthTap](https://github.com/durakkerem/Medical-Question-Answer-Datasets). Each question results in one similar and one different pair through the following instructions provided to the labelers:
 
87
 
88
  The dataset as of now consists of only one split(train) but can be split seperately based on the requirement
89
 
90
+ | | train |
91
+ |----------------------------|------:|
92
+ | Non similar Question Pairs | 1524 |
93
+ | Similar Question Pairs | 1524 |
94
 
95
  ## Dataset Creation
96
  Doctors with a list of 1524 patient-asked questions randomly sampled from the publicly available crawl of [HealthTap](https://github.com/durakkerem/Medical-Question-Answer-Datasets). Each question results in one similar and one different pair through the following instructions provided to the labelers: