santoshtyss
commited on
Commit
•
1ea3723
1
Parent(s):
bcf0991
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: summary
|
7 |
+
dtype: string
|
8 |
+
- name: title
|
9 |
+
dtype: string
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
num_bytes: 219596090
|
13 |
+
num_examples: 18949
|
14 |
+
- name: test
|
15 |
+
num_bytes: 37866257
|
16 |
+
num_examples: 3269
|
17 |
+
- name: ca_test
|
18 |
+
num_bytes: 14945291
|
19 |
+
num_examples: 1237
|
20 |
+
download_size: 113727900
|
21 |
+
dataset_size: 272407638
|
22 |
+
---
|
23 |
+
# Dataset Card for "demo"
|
24 |
+
|
25 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|