Datasets:

Languages:
Arabic
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
f020e27
1 Parent(s): 8c5082b

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (f0df802ae6cdacfe0b29ae41bef300383b883126)

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -27,11 +27,11 @@ dataset_info:
27
  dtype:
28
  class_label:
29
  names:
30
- 0: '1'
31
- 1: '2'
32
- 2: '3'
33
- 3: '4'
34
- 4: '5'
35
  config_name: plain_text
36
  splits:
37
  - name: train
27
  dtype:
28
  class_label:
29
  names:
30
+ '0': '1'
31
+ '1': '2'
32
+ '2': '3'
33
+ '3': '4'
34
+ '4': '5'
35
  config_name: plain_text
36
  splits:
37
  - name: train