Datasets:

Languages:
Burmese
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
2bd243b
1 Parent(s): b9ec6c5

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (e5b2b0c1add6f92f8e6ef9c3ec1b8a3baa9fc64f)

Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -17,7 +17,6 @@ task_categories:
17
  - text-classification
18
  task_ids:
19
  - topic-classification
20
- paperswithcode_id: null
21
  pretty_name: MyanmarNews
22
  dataset_info:
23
  features:
@@ -27,10 +26,10 @@ dataset_info:
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
17
  - text-classification
18
  task_ids:
19
  - topic-classification
 
20
  pretty_name: MyanmarNews
21
  dataset_info:
22
  features:
26
  dtype:
27
  class_label:
28
  names:
29
+ '0': Sport
30
+ '1': Politic
31
+ '2': Business
32
+ '3': Entertainment
33
  splits:
34
  - name: train
35
  num_bytes: 3797368