Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K - 1M
Commit
·
24e86f8
1
Parent(s):
31d45c7
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: tokens
|
7 |
+
sequence: string
|
8 |
+
- name: prediction
|
9 |
+
list:
|
10 |
+
- name: end
|
11 |
+
dtype: int64
|
12 |
+
- name: label
|
13 |
+
dtype: string
|
14 |
+
- name: score
|
15 |
+
dtype: float64
|
16 |
+
- name: start
|
17 |
+
dtype: int64
|
18 |
+
- name: prediction_agent
|
19 |
+
dtype: string
|
20 |
+
- name: annotation
|
21 |
+
dtype: 'null'
|
22 |
+
- name: annotation_agent
|
23 |
+
dtype: 'null'
|
24 |
+
- name: id
|
25 |
+
dtype: 'null'
|
26 |
+
- name: metadata
|
27 |
+
struct:
|
28 |
+
- name: medical_specialty
|
29 |
+
dtype: string
|
30 |
+
- name: status
|
31 |
+
dtype: string
|
32 |
+
- name: event_timestamp
|
33 |
+
dtype: timestamp[us]
|
34 |
+
- name: metrics
|
35 |
+
dtype: 'null'
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_bytes: 58986555
|
39 |
+
num_examples: 148699
|
40 |
+
download_size: 17498377
|
41 |
+
dataset_size: 58986555
|
42 |
+
---
|
43 |
+
# Dataset Card for "medical-keywords"
|
44 |
+
|
45 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|