Skip to content

Commit

Permalink
[transformers] do not ignore any labels in conll eval pipeline (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran committed Feb 6, 2023
1 parent 3eaef99 commit 1f53040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deepsparse/transformers/eval_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ def conll2003_eval(args):
engine_type=args.engine,
num_cores=args.num_cores,
sequence_length=args.max_sequence_length,
ignore_labels=[],
)
print(f"Engine info: {token_classify.engine}")

Expand Down

0 comments on commit 1f53040

Please sign in to comment.