Commit
·
adf82be
1
Parent(s):
4fca51f
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: openrail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: article_id
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: article
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: abstract
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: section_names
|
| 12 |
+
dtype: string
|
| 13 |
+
splits:
|
| 14 |
+
- name: train
|
| 15 |
+
num_bytes: 136252251
|
| 16 |
+
num_examples: 5153
|
| 17 |
+
download_size: 62923279
|
| 18 |
+
dataset_size: 136252251
|
| 19 |
---
|