Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ task_categories:
|
|
| 8 |
tags:
|
| 9 |
- medical
|
| 10 |
dataset_info:
|
| 11 |
-
|
| 12 |
features:
|
| 13 |
- name: text
|
| 14 |
dtype: string
|
|
@@ -54,6 +54,52 @@ dataset_info:
|
|
| 54 |
num_examples: 3757
|
| 55 |
download_size: 73225366
|
| 56 |
dataset_size: 121282444
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
configs:
|
| 58 |
- config_name: medwiki
|
| 59 |
data_files:
|
|
@@ -63,6 +109,14 @@ configs:
|
|
| 63 |
path: medwiki/validation-*
|
| 64 |
- split: test
|
| 65 |
path: medwiki/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
---
|
| 67 |
```bib
|
| 68 |
@inproceedings{sileo-etal-2024-generating-multiple,
|
|
|
|
| 8 |
tags:
|
| 9 |
- medical
|
| 10 |
dataset_info:
|
| 11 |
+
- config_name: medwiki
|
| 12 |
features:
|
| 13 |
- name: text
|
| 14 |
dtype: string
|
|
|
|
| 54 |
num_examples: 3757
|
| 55 |
download_size: 73225366
|
| 56 |
dataset_size: 121282444
|
| 57 |
+
- config_name: wikem
|
| 58 |
+
features:
|
| 59 |
+
- name: text
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: option_0
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: option_1
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: option_2
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: option_3
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: option_4
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: option_5
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: option_6
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: option_7
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: label
|
| 78 |
+
dtype:
|
| 79 |
+
class_label:
|
| 80 |
+
names:
|
| 81 |
+
'0': '0'
|
| 82 |
+
'1': '1'
|
| 83 |
+
'2': '2'
|
| 84 |
+
'3': '3'
|
| 85 |
+
'4': '4'
|
| 86 |
+
'5': '5'
|
| 87 |
+
'6': '6'
|
| 88 |
+
'7': '7'
|
| 89 |
+
- name: idx
|
| 90 |
+
dtype: int32
|
| 91 |
+
splits:
|
| 92 |
+
- name: train
|
| 93 |
+
num_bytes: 9546660
|
| 94 |
+
num_examples: 13390
|
| 95 |
+
- name: validation
|
| 96 |
+
num_bytes: 506512
|
| 97 |
+
num_examples: 744
|
| 98 |
+
- name: test
|
| 99 |
+
num_bytes: 549352
|
| 100 |
+
num_examples: 744
|
| 101 |
+
download_size: 5549029
|
| 102 |
+
dataset_size: 10602524
|
| 103 |
configs:
|
| 104 |
- config_name: medwiki
|
| 105 |
data_files:
|
|
|
|
| 109 |
path: medwiki/validation-*
|
| 110 |
- split: test
|
| 111 |
path: medwiki/test-*
|
| 112 |
+
- config_name: wikem
|
| 113 |
+
data_files:
|
| 114 |
+
- split: train
|
| 115 |
+
path: wikem/train-*
|
| 116 |
+
- split: validation
|
| 117 |
+
path: wikem/validation-*
|
| 118 |
+
- split: test
|
| 119 |
+
path: wikem/test-*
|
| 120 |
---
|
| 121 |
```bib
|
| 122 |
@inproceedings{sileo-etal-2024-generating-multiple,
|