Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
b16bc9c
1 Parent(s): 85842ff

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -19,6 +19,26 @@ task_ids:
19
  - semantic-similarity-classification
20
  paperswithcode_id: null
21
  pretty_name: MedicalQuestionsPairs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for [medical_questions_pairs]
@@ -165,4 +185,4 @@ The first instruction generates a positive question pair (similar) and the secon
165
 
166
  ### Contributions
167
 
168
- Thanks to [@tuner007](https://github.com/tuner007) for adding this dataset.
 
19
  - semantic-similarity-classification
20
  paperswithcode_id: null
21
  pretty_name: MedicalQuestionsPairs
22
+ dataset_info:
23
+ features:
24
+ - name: dr_id
25
+ dtype: int32
26
+ - name: question_1
27
+ dtype: string
28
+ - name: question_2
29
+ dtype: string
30
+ - name: label
31
+ dtype:
32
+ class_label:
33
+ names:
34
+ 0: 0
35
+ 1: 1
36
+ splits:
37
+ - name: train
38
+ num_bytes: 701650
39
+ num_examples: 3048
40
+ download_size: 665688
41
+ dataset_size: 701650
42
  ---
43
 
44
  # Dataset Card for [medical_questions_pairs]
 
185
 
186
  ### Contributions
187
 
188
+ Thanks to [@tuner007](https://github.com/tuner007) for adding this dataset.