Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
semantic-similarity-classification
Languages:
English
Size:
1K - 10K
ArXiv:
License:
Commit
•
fe509be
1
Parent(s):
b16bc9c
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (44a1bfd4b284cfa0780fce3b601c5b4dea661493)
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- semantic-similarity-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: MedicalQuestionsPairs
|
22 |
dataset_info:
|
23 |
features:
|
@@ -31,8 +30,8 @@ dataset_info:
|
|
31 |
dtype:
|
32 |
class_label:
|
33 |
names:
|
34 |
-
0: 0
|
35 |
-
1: 1
|
36 |
splits:
|
37 |
- name: train
|
38 |
num_bytes: 701650
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- semantic-similarity-classification
|
|
|
20 |
pretty_name: MedicalQuestionsPairs
|
21 |
dataset_info:
|
22 |
features:
|
|
|
30 |
dtype:
|
31 |
class_label:
|
32 |
names:
|
33 |
+
'0': 0
|
34 |
+
'1': 1
|
35 |
splits:
|
36 |
- name: train
|
37 |
num_bytes: 701650
|