Upload dataset
Browse files
README.md
CHANGED
|
@@ -4,27 +4,32 @@ configs:
|
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
path: data/train-*
|
| 7 |
-
- split:
|
| 8 |
-
path: data/
|
|
|
|
|
|
|
| 9 |
dataset_info:
|
| 10 |
features:
|
| 11 |
- name: labels
|
| 12 |
dtype: int64
|
| 13 |
- name: input_ids
|
| 14 |
-
|
| 15 |
- name: token_type_ids
|
| 16 |
-
|
| 17 |
- name: attention_mask
|
| 18 |
-
|
| 19 |
splits:
|
| 20 |
- name: train
|
| 21 |
-
num_bytes:
|
| 22 |
-
num_examples:
|
| 23 |
-
- name:
|
| 24 |
-
num_bytes:
|
| 25 |
-
num_examples:
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
# Dataset Card for "BioBERT-doc-classification-cardio"
|
| 30 |
|
|
|
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
path: data/train-*
|
| 7 |
+
- split: validation
|
| 8 |
+
path: data/validation-*
|
| 9 |
+
- split: test
|
| 10 |
+
path: data/test-*
|
| 11 |
dataset_info:
|
| 12 |
features:
|
| 13 |
- name: labels
|
| 14 |
dtype: int64
|
| 15 |
- name: input_ids
|
| 16 |
+
list: int32
|
| 17 |
- name: token_type_ids
|
| 18 |
+
list: int8
|
| 19 |
- name: attention_mask
|
| 20 |
+
list: int8
|
| 21 |
splits:
|
| 22 |
- name: train
|
| 23 |
+
num_bytes: 31033618
|
| 24 |
+
num_examples: 19547
|
| 25 |
+
- name: validation
|
| 26 |
+
num_bytes: 5497566
|
| 27 |
+
num_examples: 3450
|
| 28 |
+
- name: test
|
| 29 |
+
num_bytes: 9122872
|
| 30 |
+
num_examples: 5750
|
| 31 |
+
download_size: 13485209
|
| 32 |
+
dataset_size: 45654056
|
| 33 |
---
|
| 34 |
# Dataset Card for "BioBERT-doc-classification-cardio"
|
| 35 |
|
data/{train-00000-of-00001-d93c90e84055e5f9.parquet → test-00000-of-00001.parquet}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41f0efee28a4cbd464f149298b7eab606c05194bfb38cc9cea1ce1cf645650fe
|
| 3 |
+
size 2682162
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e96f07797e940b5140409dea578bd1a01ae21dec01f061031c701249484c264a
|
| 3 |
+
size 9169430
|
data/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d15787f673a500c170755f1043c9bf2eda74675bb6186c290356f4c2a3b1f111
|
| 3 |
+
size 1633617
|