Skip to content

Commit

Permalink
#64 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Jun 1, 2023
1 parent 02bfec2 commit 23a0223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arelight/pipelines/demo/infer_bert_rus.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def demo_infer_texts_bert_pipeline(texts_count,
samples_io=samples_io,
storage=RowCacheStorage(force_collect_columns=[
# These additional columns required for BRAT visualization.
const.ENTITIES, const.ENTITY_VALUES, const.ENTITY_TYPES
const.ENTITIES, const.ENTITY_VALUES, const.ENTITY_TYPES, const.SENT_IND
]),
save_labels_func=lambda data_type: data_type != DataType.Test,
balance_func=lambda data_type: data_type == DataType.Train),
Expand Down

0 comments on commit 23a0223

Please sign in to comment.