Datasets:
Upload dataset
Browse files- README.md +53 -5
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -3,10 +3,12 @@ license: apache-2.0
|
|
| 3 |
configs:
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
| 6 |
-
- split:
|
| 7 |
-
path: train
|
| 8 |
-
- split:
|
| 9 |
-
path:
|
|
|
|
|
|
|
| 10 |
task_categories:
|
| 11 |
- text-classification
|
| 12 |
- text-generation
|
|
@@ -20,4 +22,50 @@ tags:
|
|
| 20 |
- biomedical
|
| 21 |
size_categories:
|
| 22 |
- 1K<n<10K
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
configs:
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
- split: validation
|
| 9 |
+
path: data/validation-*
|
| 10 |
+
- split: test
|
| 11 |
+
path: data/test-*
|
| 12 |
task_categories:
|
| 13 |
- text-classification
|
| 14 |
- text-generation
|
|
|
|
| 22 |
- biomedical
|
| 23 |
size_categories:
|
| 24 |
- 1K<n<10K
|
| 25 |
+
dataset_info:
|
| 26 |
+
features:
|
| 27 |
+
- name: id
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: document_id
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: entities
|
| 32 |
+
list:
|
| 33 |
+
- name: id
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: normalized
|
| 36 |
+
list:
|
| 37 |
+
- name: db_id
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: db_name
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: offsets
|
| 42 |
+
sequence:
|
| 43 |
+
sequence: int64
|
| 44 |
+
- name: text
|
| 45 |
+
sequence: string
|
| 46 |
+
- name: type
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: passages
|
| 49 |
+
list:
|
| 50 |
+
- name: id
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: offsets
|
| 53 |
+
sequence:
|
| 54 |
+
sequence: int64
|
| 55 |
+
- name: text
|
| 56 |
+
sequence: string
|
| 57 |
+
- name: type
|
| 58 |
+
dtype: string
|
| 59 |
+
splits:
|
| 60 |
+
- name: train
|
| 61 |
+
num_bytes: 4092378.3
|
| 62 |
+
num_examples: 675
|
| 63 |
+
- name: validation
|
| 64 |
+
num_bytes: 454708.7
|
| 65 |
+
num_examples: 75
|
| 66 |
+
- name: test
|
| 67 |
+
num_bytes: 1913803
|
| 68 |
+
num_examples: 250
|
| 69 |
+
download_size: 2415305
|
| 70 |
+
dataset_size: 6460890.0
|
| 71 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f264e74c89aab35f6170ba8c57aac70a71af04bac081c0b1e2e537a0a5175b8
|
| 3 |
+
size 667702
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f42eaafcfcd9906d7ca5c2edc4b2d82786c894e85496724f25356e1309cbf1f9
|
| 3 |
+
size 1551179
|
data/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9f0a31b9ef6c39e4f505825bd595f82b68ee3d06be307476ed653aeb9dfc3a6
|
| 3 |
+
size 196424
|