Skip to content
Advertisement

Tag: ipywidgets

Use huggingface transformers without IPyWidgets

I am trying to use the huggingface transformers library in a hosted Jupyter notebook platform called Deepnote. I want to download a model through the pipeline class but unfortunately deepnote does not support IPyWidgets. Is there a way to disable IPywidgets when using transformers? Specifically the below command. And the error I receive. Note: Installing IPyWidgets is not an option

Advertisement