albertvillanova HF staff lhoestq HF staff commited on
Commit
18841ce
1 Parent(s): 1e482ba

Quote class label ids in YAML (#4)

Browse files

- Quote class label ids in YAML (78ad47c9bdedbd159da4506805bf41d44ef00d63)


Co-authored-by: Quentin Lhoest <[email protected]>

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