Update shipping_label_ner.py
Browse files- shipping_label_ner.py +4 -12
shipping_label_ner.py
CHANGED
@@ -52,18 +52,10 @@ class shiping_label_ner(datasets.GeneratorBasedBuilder):
|
|
52 |
datasets.features.ClassLabel(
|
53 |
names=[
|
54 |
"O",
|
55 |
-
"B-
|
56 |
-
"I-
|
57 |
-
"B-
|
58 |
-
"I-
|
59 |
-
"B-BGNUMBER",
|
60 |
-
"I-BGNUMBER",
|
61 |
-
"B-NAME",
|
62 |
-
"I-NAME",
|
63 |
-
"B-LOCATION",
|
64 |
-
"I-LOCATION",
|
65 |
-
"B-COUNTRY",
|
66 |
-
"I-COUNTRY",
|
67 |
]
|
68 |
)
|
69 |
),
|
|
|
52 |
datasets.features.ClassLabel(
|
53 |
names=[
|
54 |
"O",
|
55 |
+
"B-GCNUM",
|
56 |
+
"I-GCNUM",
|
57 |
+
"B-TRACK-ID",
|
58 |
+
"I-TRACK-ID"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
]
|
60 |
)
|
61 |
),
|