lhoestq HF staff commited on
Commit
410513d
1 Parent(s): 5f4a1d8

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -22,6 +22,33 @@ task_ids:
22
  - masked-language-modeling
23
  paperswithcode_id: null
24
  pretty_name: ThaiSum
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Dataset Card for ThaiSum
@@ -185,4 +212,4 @@ MIT License
185
 
186
  ### Contributions
187
 
188
- Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.
22
  - masked-language-modeling
23
  paperswithcode_id: null
24
  pretty_name: ThaiSum
25
+ dataset_info:
26
+ features:
27
+ - name: title
28
+ dtype: string
29
+ - name: body
30
+ dtype: string
31
+ - name: summary
32
+ dtype: string
33
+ - name: type
34
+ dtype: string
35
+ - name: tags
36
+ dtype: string
37
+ - name: url
38
+ dtype: string
39
+ config_name: thaisum
40
+ splits:
41
+ - name: test
42
+ num_bytes: 119496704
43
+ num_examples: 11000
44
+ - name: train
45
+ num_bytes: 2945472406
46
+ num_examples: 358868
47
+ - name: validation
48
+ num_bytes: 118437310
49
+ num_examples: 11000
50
+ download_size: 647582078
51
+ dataset_size: 3183406420
52
  ---
53
 
54
  # Dataset Card for ThaiSum
212
 
213
  ### Contributions
214
 
215
+ Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.