fathyshalab
commited on
Commit
•
3edde6f
1
Parent(s):
ebea178
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: 'Unnamed: 0'
|
5 |
+
dtype: int64
|
6 |
+
- name: text
|
7 |
+
dtype: string
|
8 |
+
- name: label
|
9 |
+
dtype: int64
|
10 |
+
- name: label_text
|
11 |
+
dtype: string
|
12 |
+
splits:
|
13 |
+
- name: train
|
14 |
+
num_bytes: 33764.5
|
15 |
+
num_examples: 525
|
16 |
+
- name: test
|
17 |
+
num_bytes: 14470.5
|
18 |
+
num_examples: 225
|
19 |
+
download_size: 24645
|
20 |
+
dataset_size: 48235.0
|
21 |
+
---
|
22 |
+
# Dataset Card for "clinic-utility"
|
23 |
+
|
24 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|