changed to input ids
Browse files- ref_seg_ger.py +1 -1
ref_seg_ger.py
CHANGED
@@ -57,7 +57,7 @@ _URLS = {
|
|
57 |
|
58 |
_LABELS = [
|
59 |
'publisher', 'source', 'url', 'other', 'author', 'editor', 'lpage',
|
60 |
-
'volume', 'year', 'issue', 'title', 'fpage', 'identifier', '
|
61 |
]
|
62 |
|
63 |
_FEATURES = datasets.Features(
|
|
|
57 |
|
58 |
_LABELS = [
|
59 |
'publisher', 'source', 'url', 'other', 'author', 'editor', 'lpage',
|
60 |
+
'volume', 'year', 'issue', 'title', 'fpage', 'identifier', 'edition'
|
61 |
]
|
62 |
|
63 |
_FEATURES = datasets.Features(
|