Someman commited on
Commit
fc9d195
1 Parent(s): a2fc9f1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -1,6 +1,26 @@
1
  ---
2
  license: mit
3
  task_categories:
4
- - summarization
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
  ---