nam194 commited on
Commit
39e2837
1 Parent(s): bdd4a14

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  - VNDS: A Vietnamese Dataset for Summarization
2
  - https://ieeexplore.ieee.org/document/9023886/
3
  - https://github.com/ThanhChinhBK/vietnews
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: guid
14
+ dtype: int64
15
+ - name: title
16
+ dtype: string
17
+ - name: abstract
18
+ dtype: string
19
+ - name: article
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 325418455
24
+ num_examples: 99134
25
+ - name: validation
26
+ num_bytes: 73397317
27
+ num_examples: 22184
28
+ - name: test
29
+ num_bytes: 74536959
30
+ num_examples: 22498
31
+ download_size: 246524136
32
+ dataset_size: 473352731
33
+ ---
34
  - VNDS: A Vietnamese Dataset for Summarization
35
  - https://ieeexplore.ieee.org/document/9023886/
36
  - https://github.com/ThanhChinhBK/vietnews