Error in example code

#6
by renamcs - opened

There is a issue with the example code not using pipeline.
Calling start_scores, end_scores = model(input_ids, attention_mask=attention_mask) returns strings.
Only the pipeline is working.

Sign up or log in to comment