albertvillanova HF staff commited on
Commit
3edfb9c
1 Parent(s): 381dba4

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (52c8f470816bc1f51672e8fc958cc0f3291ed0d2)

Files changed (1) hide show
  1. README.md +18 -19
README.md CHANGED
@@ -1,26 +1,25 @@
1
  ---
2
- task_categories:
3
- - text-classification
4
- multilinguality:
5
- - multilingual
6
- task_ids: []
7
  language:
8
  - awa
9
  - bho
10
  - bra
11
  - hi
12
  - mag
13
- language_creators:
14
- - found
15
- annotations_creators:
16
- - no-annotation
17
- source_datasets:
18
- - original
19
- size_categories:
20
- - 10K<n<100K
21
  license:
22
  - cc-by-4.0
23
- paperswithcode_id: null
 
 
 
 
 
 
 
 
24
  pretty_name: ilist
25
  tags:
26
  - language-identification
@@ -30,11 +29,11 @@ dataset_info:
30
  dtype:
31
  class_label:
32
  names:
33
- 0: AWA
34
- 1: BRA
35
- 2: MAG
36
- 3: BHO
37
- 4: HIN
38
  - name: text
39
  dtype: string
40
  splits:
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
 
6
  language:
7
  - awa
8
  - bho
9
  - bra
10
  - hi
11
  - mag
 
 
 
 
 
 
 
 
12
  license:
13
  - cc-by-4.0
14
+ multilinguality:
15
+ - multilingual
16
+ size_categories:
17
+ - 10K<n<100K
18
+ source_datasets:
19
+ - original
20
+ task_categories:
21
+ - text-classification
22
+ task_ids: []
23
  pretty_name: ilist
24
  tags:
25
  - language-identification
29
  dtype:
30
  class_label:
31
  names:
32
+ '0': AWA
33
+ '1': BRA
34
+ '2': MAG
35
+ '3': BHO
36
+ '4': HIN
37
  - name: text
38
  dtype: string
39
  splits: