Datasets:

Languages:
Mongolian
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
License:
albertvillanova HF staff commited on
Commit
ea3bcbe
1 Parent(s): dc69cf2

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (e23b2e1bd509ce6312b70c2f19de24f253079d0e)

Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- pretty_name: Eduge
3
  annotations_creators:
4
  - expert-generated
5
  language_creators:
@@ -18,6 +17,7 @@ task_categories:
18
  - text-classification
19
  task_ids:
20
  - multi-class-classification
 
21
  dataset_info:
22
  features:
23
  - name: news
@@ -26,15 +26,15 @@ dataset_info:
26
  dtype:
27
  class_label:
28
  names:
29
- 0: урлаг соёл
30
- 1: эдийн засаг
31
- 2: эрүүл мэнд
32
- 3: хууль
33
- 4: улс төр
34
- 5: спорт
35
- 6: технологи
36
- 7: боловсрол
37
- 8: байгал орчин
38
  splits:
39
  - name: train
40
  num_bytes: 255275842
1
  ---
 
2
  annotations_creators:
3
  - expert-generated
4
  language_creators:
17
  - text-classification
18
  task_ids:
19
  - multi-class-classification
20
+ pretty_name: Eduge
21
  dataset_info:
22
  features:
23
  - name: news
26
  dtype:
27
  class_label:
28
  names:
29
+ '0': урлаг соёл
30
+ '1': эдийн засаг
31
+ '2': эрүүл мэнд
32
+ '3': хууль
33
+ '4': улс төр
34
+ '5': спорт
35
+ '6': технологи
36
+ '7': боловсрол
37
+ '8': байгал орчин
38
  splits:
39
  - name: train
40
  num_bytes: 255275842