ebanalyse / NERDA

Framework for fine-tuning pretrained transformers for Named-Entity Recognition (NER) tasks
MIT License
153 stars 35 forks source link

Implemented notebook tqdm support #7

Open furkan-celik opened 3 years ago

furkan-celik commented 3 years ago

Implemented notebook mode of tqdm to training and prediction. This works way better in ipython notebooks and should not affect workings of console kernel.

gklabs commented 2 years ago

This is great but I still get the issue on jupyter notebook (on Sagemaker) ImportError: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html