eagle705 / pytorch-bert-crf-ner

KoBERT와 CRF로 만든 한국어 개체명인식기 (BERT+CRF based Named Entity Recognition model for Korean)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data_utils/ner_dataset.py 파일과 관련 질문드립니다 (solution for ERROR: No module named 'data_utils' / 'KoBERT' when running 'ner_dataset.py)

sonshn opened this issue · comments

Thanks for your code.

When I tried 'ner_dataset.py' in 'data_utils' directory of this repository in colab(Runtime: GPU), I realized
ERROR: No module named 'data_utils' / 'KoBERT'
is keep happening.

So I like to know whether I should install KoBERT first, and then install this project in that file.
And I also like to know how to solve ERROR I mentioned. I've searched for the similar error in Google many times. But I couldn't find the proper solution for those ERROR.

Anyone who know how to solve that ERROR? Thanks for your answer.