lhoestq HF staff commited on
Commit
3c5f34f
1 Parent(s): c0c8dac

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -22,6 +22,20 @@ task_ids:
22
  - text-simplification
23
  paperswithcode_id: null
24
  pretty_name: Times of India News Headlines
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Dataset Card for Times of India News Headlines
22
  - text-simplification
23
  paperswithcode_id: null
24
  pretty_name: Times of India News Headlines
25
+ dataset_info:
26
+ features:
27
+ - name: publish_date
28
+ dtype: string
29
+ - name: headline_category
30
+ dtype: string
31
+ - name: headline_text
32
+ dtype: string
33
+ splits:
34
+ - name: train
35
+ num_bytes: 260939306
36
+ num_examples: 3297173
37
+ download_size: 0
38
+ dataset_size: 260939306
39
  ---
40
 
41
  # Dataset Card for Times of India News Headlines