deepset-ai / FARM

:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.
https://farm.deepset.ai
Apache License 2.0
1.73k stars 247 forks source link

Update processor.py #805

Closed guan27 closed 3 years ago

guan27 commented 3 years ago

PTAL fix log_problematic(): problematic_sample_ids is list of int rather than list of str, so I changed their variable type.