Commit ·
c83c3e9
1
Parent(s): 5e55def
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -16,23 +16,20 @@ configs:
|
|
| 16 |
num_bytes: 13977
|
| 17 |
num_examples: 2
|
| 18 |
dataset_info:
|
| 19 |
-
- config_name: default
|
| 20 |
features:
|
| 21 |
- name: highlights
|
| 22 |
dtype: string
|
| 23 |
- name: article
|
| 24 |
dtype: string
|
| 25 |
-
- name: id
|
| 26 |
-
dtype: string
|
| 27 |
splits:
|
| 28 |
- name: train
|
| 29 |
-
num_bytes:
|
| 30 |
num_examples: 2
|
| 31 |
- name: test
|
| 32 |
-
num_bytes:
|
| 33 |
num_examples: 2
|
| 34 |
-
download_size:
|
| 35 |
-
dataset_size:
|
| 36 |
---
|
| 37 |
|
| 38 |
# Readme
|
|
|
|
| 16 |
num_bytes: 13977
|
| 17 |
num_examples: 2
|
| 18 |
dataset_info:
|
|
|
|
| 19 |
features:
|
| 20 |
- name: highlights
|
| 21 |
dtype: string
|
| 22 |
- name: article
|
| 23 |
dtype: string
|
|
|
|
|
|
|
| 24 |
splits:
|
| 25 |
- name: train
|
| 26 |
+
num_bytes: 13897
|
| 27 |
num_examples: 2
|
| 28 |
- name: test
|
| 29 |
+
num_bytes: 13897
|
| 30 |
num_examples: 2
|
| 31 |
+
download_size: 13988
|
| 32 |
+
dataset_size: 27794
|
| 33 |
---
|
| 34 |
|
| 35 |
# Readme
|