Quote class label ids in YAML

#4
by lhoestq HF staff - opened
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -28,13 +28,13 @@ dataset_info:
28
  sequence:
29
  class_label:
30
  names:
31
- 0: O
32
- 1: B-PER
33
- 2: I-PER
34
- 3: B-ORG
35
- 4: I-ORG
36
- 5: B-LOC
37
- 6: I-LOC
38
  splits:
39
  - name: test
40
  num_bytes: 935298
 
28
  sequence:
29
  class_label:
30
  names:
31
+ '0': O
32
+ '1': B-PER
33
+ '2': I-PER
34
+ '3': B-ORG
35
+ '4': I-ORG
36
+ '5': B-LOC
37
+ '6': I-LOC
38
  splits:
39
  - name: test
40
  num_bytes: 935298