QianqianXie1994
commited on
Commit
•
d98d09b
1
Parent(s):
f73d67f
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: query
|
7 |
+
dtype: string
|
8 |
+
- name: answer
|
9 |
+
dtype: string
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
num_bytes: 1120547
|
13 |
+
num_examples: 59
|
14 |
+
- name: valid
|
15 |
+
num_bytes: 54082
|
16 |
+
num_examples: 4
|
17 |
+
- name: test
|
18 |
+
num_bytes: 69757
|
19 |
+
num_examples: 4
|
20 |
+
download_size: 618418
|
21 |
+
dataset_size: 1244386
|
22 |
+
---
|
23 |
+
# Dataset Card for "PubmedSumm_test"
|
24 |
+
|
25 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|