Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
multi-label-classification
Languages:
English
Size:
100K - 1M
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,34 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- multi-label-classification
|
21 |
paperswithcode_id: null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for ohsumed
|
|
|
19 |
task_ids:
|
20 |
- multi-label-classification
|
21 |
paperswithcode_id: null
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: seq_id
|
25 |
+
dtype: int64
|
26 |
+
- name: medline_ui
|
27 |
+
dtype: int64
|
28 |
+
- name: mesh_terms
|
29 |
+
dtype: string
|
30 |
+
- name: title
|
31 |
+
dtype: string
|
32 |
+
- name: publication_type
|
33 |
+
dtype: string
|
34 |
+
- name: abstract
|
35 |
+
dtype: string
|
36 |
+
- name: author
|
37 |
+
dtype: string
|
38 |
+
- name: source
|
39 |
+
dtype: string
|
40 |
+
config_name: ohsumed
|
41 |
+
splits:
|
42 |
+
- name: test
|
43 |
+
num_bytes: 338533901
|
44 |
+
num_examples: 293855
|
45 |
+
- name: train
|
46 |
+
num_bytes: 60117860
|
47 |
+
num_examples: 54709
|
48 |
+
download_size: 139454017
|
49 |
+
dataset_size: 398651761
|
50 |
---
|
51 |
|
52 |
# Dataset Card for ohsumed
|