lhoestq HF staff commited on
Commit
b9ec6c5
1 Parent(s): 37094b6

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -19,6 +19,24 @@ task_ids:
19
  - topic-classification
20
  paperswithcode_id: null
21
  pretty_name: MyanmarNews
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Myanmar_News
@@ -75,4 +93,4 @@ See https://github.com/ayehninnkhine/MyanmarNewsClassificationSystem
75
 
76
  ### Contributions
77
 
78
- Thanks to [@mapmeld](https://github.com/mapmeld) for adding this dataset.
 
19
  - topic-classification
20
  paperswithcode_id: null
21
  pretty_name: MyanmarNews
22
+ dataset_info:
23
+ features:
24
+ - name: text
25
+ dtype: string
26
+ - name: category
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: Sport
31
+ 1: Politic
32
+ 2: Business
33
+ 3: Entertainment
34
+ splits:
35
+ - name: train
36
+ num_bytes: 3797368
37
+ num_examples: 8116
38
+ download_size: 610592
39
+ dataset_size: 3797368
40
  ---
41
 
42
  # Dataset Card for Myanmar_News
 
93
 
94
  ### Contributions
95
 
96
+ Thanks to [@mapmeld](https://github.com/mapmeld) for adding this dataset.