- This topic has 1 reply, 2 voices, and was last updated 4 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Fórum Processamento de Linguagem Natural com BERT e Python › Aplicação de perguntas e respostas (Q&A) com BERT
Aplicação de perguntas e respostas (Q&A) com BERT , Introdução e importação das bibliotecas
Ao executar from official.nlp.bert.tokenization import FullTokenizer ocorre o erro
ModuleNotFoundError: No module named ‘official’
Qual o pip install que devo usar para instalar esta biblioteca ?
Olá Roberto, tente reiniciar o ambiente e execute o comando novamente. Essa biblioteca já esta presente no colab não sendo necessária a instalação adicional.
Fabio