Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
task_categories:
|
4 |
-
|
5 |
language: hi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
task_categories:
|
4 |
+
- summarization
|
5 |
language: hi
|
6 |
+
dataset_info:
|
7 |
+
features:
|
8 |
+
- name: headline
|
9 |
+
dtype: string
|
10 |
+
- name: summary
|
11 |
+
dtype: string
|
12 |
+
- name: article
|
13 |
+
dtype: string
|
14 |
+
splits:
|
15 |
+
- name: train
|
16 |
+
num_bytes: 410722079.5542422
|
17 |
+
num_examples: 55226
|
18 |
+
- name: test
|
19 |
+
num_bytes: 102684238.44575782
|
20 |
+
num_examples: 13807
|
21 |
+
- name: valid
|
22 |
+
num_bytes: 128376473
|
23 |
+
num_examples: 17265
|
24 |
+
download_size: 150571314
|
25 |
+
dataset_size: 641782791.0
|
26 |
---
|