Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Russian
Size:
10K<n<100K
License:
Quote class label ids in YAML
Browse filesWe fixed a bug recently where datasets wouldn't use quote for class label ids. Now it does, in order to let the Hugging face Hub parse the YAML correctly.
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
|