MrPotato commited on
Commit
c89df01
·
2 Parent(s): 296804a 3c59774

Merge remote-tracking branch 'origin/main'

Browse files
Files changed (1) hide show
  1. ref_seg_ger.py +1 -1
ref_seg_ger.py CHANGED
@@ -74,7 +74,7 @@ _FEATURES = datasets.Features(
74
  names=list(chain.from_iterable([['B-' + x, 'I-' + x] for x in _LABELS])) + ['O']
75
  )),
76
  "labels_ref": datasets.Sequence(datasets.features.ClassLabel(
77
- names=['B-ref', 'I-ref', 'O-ref']
78
  ))
79
  # These are the features of your dataset like images, labels ...
80
  }
 
74
  names=list(chain.from_iterable([['B-' + x, 'I-' + x] for x in _LABELS])) + ['O']
75
  )),
76
  "labels_ref": datasets.Sequence(datasets.features.ClassLabel(
77
+ names=['B-ref', 'I-ref', ]
78
  ))
79
  # These are the features of your dataset like images, labels ...
80
  }