Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -11,4 +11,48 @@ tags:
|
|
11 |
- medical
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- medical
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
14 |
+
configs:
|
15 |
+
- config_name: default
|
16 |
+
data_files:
|
17 |
+
- split: healthcare
|
18 |
+
path: data/healthcare-*
|
19 |
+
- split: gen_news
|
20 |
+
path: data/gen_news-*
|
21 |
+
- split: culture_tourism
|
22 |
+
path: data/culture_tourism-*
|
23 |
+
- split: education
|
24 |
+
path: data/education-*
|
25 |
+
dataset_info:
|
26 |
+
features:
|
27 |
+
- name: ids
|
28 |
+
dtype: string
|
29 |
+
- name: original
|
30 |
+
dtype: string
|
31 |
+
- name: translation
|
32 |
+
dtype: string
|
33 |
+
- name: scores
|
34 |
+
dtype: string
|
35 |
+
- name: mean
|
36 |
+
dtype: float64
|
37 |
+
- name: z_scores
|
38 |
+
dtype: string
|
39 |
+
- name: z_mean
|
40 |
+
dtype: float64
|
41 |
+
- name: domain
|
42 |
+
dtype: string
|
43 |
+
splits:
|
44 |
+
- name: healthcare
|
45 |
+
num_bytes: 1927315
|
46 |
+
num_examples: 4000
|
47 |
+
- name: gen_news
|
48 |
+
num_bytes: 2518715
|
49 |
+
num_examples: 4002
|
50 |
+
- name: culture_tourism
|
51 |
+
num_bytes: 2508486
|
52 |
+
num_examples: 4000
|
53 |
+
- name: education
|
54 |
+
num_bytes: 2424753
|
55 |
+
num_examples: 4000
|
56 |
+
download_size: 3949586
|
57 |
+
dataset_size: 9379269
|
58 |
+
---
|