Commit
•
0cc3a6b
1
Parent(s):
2417806
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: inputs
|
7 |
+
struct:
|
8 |
+
- name: text
|
9 |
+
dtype: string
|
10 |
+
- name: prediction
|
11 |
+
list:
|
12 |
+
- name: label
|
13 |
+
dtype: string
|
14 |
+
- name: score
|
15 |
+
dtype: float64
|
16 |
+
- name: prediction_agent
|
17 |
+
dtype: string
|
18 |
+
- name: annotation
|
19 |
+
dtype: 'null'
|
20 |
+
- name: annotation_agent
|
21 |
+
dtype: 'null'
|
22 |
+
- name: multi_label
|
23 |
+
dtype: bool
|
24 |
+
- name: explanation
|
25 |
+
dtype: 'null'
|
26 |
+
- name: id
|
27 |
+
dtype: string
|
28 |
+
- name: metadata
|
29 |
+
dtype: 'null'
|
30 |
+
- name: status
|
31 |
+
dtype: string
|
32 |
+
- name: event_timestamp
|
33 |
+
dtype: timestamp[us]
|
34 |
+
- name: metrics
|
35 |
+
struct:
|
36 |
+
- name: text_length
|
37 |
+
dtype: int64
|
38 |
+
splits:
|
39 |
+
- name: train
|
40 |
+
num_bytes: 30903523
|
41 |
+
num_examples: 4966
|
42 |
+
download_size: 14846569
|
43 |
+
dataset_size: 30903523
|
44 |
+
---
|
45 |
+
# Dataset Card for "medical-domain"
|
46 |
+
|
47 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|