jiminHuang
commited on
Commit
•
6c03c54
1
Parent(s):
e45d06f
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -2,24 +2,29 @@
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
|
|
|
|
5 |
- split: test
|
6 |
path: data/test-*
|
7 |
dataset_info:
|
8 |
features:
|
|
|
|
|
9 |
- name: query
|
10 |
dtype: string
|
11 |
- name: answer
|
12 |
dtype: string
|
13 |
- name: text
|
14 |
dtype: string
|
15 |
-
- name: id
|
16 |
-
dtype: string
|
17 |
splits:
|
|
|
|
|
|
|
18 |
- name: test
|
19 |
-
num_bytes:
|
20 |
num_examples: 200
|
21 |
-
download_size:
|
22 |
-
dataset_size:
|
23 |
---
|
24 |
# Dataset Card for "pubmedsum"
|
25 |
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
- split: test
|
8 |
path: data/test-*
|
9 |
dataset_info:
|
10 |
features:
|
11 |
+
- name: id
|
12 |
+
dtype: string
|
13 |
- name: query
|
14 |
dtype: string
|
15 |
- name: answer
|
16 |
dtype: string
|
17 |
- name: text
|
18 |
dtype: string
|
|
|
|
|
19 |
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 11428
|
22 |
+
num_examples: 1
|
23 |
- name: test
|
24 |
+
num_bytes: 4144995
|
25 |
num_examples: 200
|
26 |
+
download_size: 2086997
|
27 |
+
dataset_size: 4156423
|
28 |
---
|
29 |
# Dataset Card for "pubmedsum"
|
30 |
|