unable to import from utils_squad - transformers
www.gitmemory.com › issue › huggingfaceAsk questions unable to import from utils_squad. Hi, I am using BertForQuestionAnswering on colab and I have installed !pip install transformers !pip install pytorch-transformers when I import. from utils_squad import (read_squad_examples, convert_examples_to_features) I get the following error: ModuleNotFoundError: No module named 'utils_squad'.