pytorch-bert-crf-ner
pytorch-bert-crf-ner copied to clipboard
KoBERT와 CRF로 만든 한국어 개체명인식기 (BERT+CRF based Named Entity Recognition model for Korean)
./data_in/NER-master/말뭉치-형태소_개체명 폴더에 임의의 txt 파일을 예를 들어 고라파덕 고라파덕 NNP B-CHA 과 같이 수정해서 학습시켰는데 KeyError: 'B-CHA' 가 납니다. 혹시 태그를 추가하는 방법이 있을까요?
Hi there, I am interested in your code and I tried to added new entity into training dataset. After that, I change few things to ensure that the code can...
안녕하세요 Inference 단계에서 self.crf.decode( )를 통해서 나오는 tag_seq 에 대한 확률값/vieterbi_score 를 얻을 수는 없나요 ? 감사합니다
구글 드라이브에 있는 ```./experiments/base_model_with_crf/best-epoch-16-step-1500-acc-0.993.bin``` ```./experiments/base_model_with_crf_val/best-epoch-12-step-1000-acc-0.960.bin``` 파일을 가지고 model load 하여 ```python inference.py```를 실행하였을때 둘다 아래 에러가 발생합니다. 해결방법이 어떻게 될까요?? 
Bumps [grpcio](https://github.com/grpc/grpc) from 1.53.0 to 1.53.2. Release notes Sourced from grpcio's releases. Release v1.53.2 This is release gRPC Core 1.53.2 (glockenspiel). For gRPC documentation, see grpc.io. For previous releases, see...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.1 to 1.0.1. Release notes Sourced from scikit-learn's releases. scikit-learn 1.0.1 We're happy to announce the 1.0.1 release with several bugfixes: You can see the changelog here:...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@bgilbert] Trim...
Bumps [transformers](https://github.com/huggingface/transformers) from 4.5.1 to 4.36.0. Release notes Sourced from transformers's releases. v4.36: Mixtral, Llava/BakLlava, SeamlessM4T v2, AMD ROCm, F.sdpa wide-spread support New model additions Mixtral Mixtral is the new...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.8. Release notes Sourced from werkzeug's releases. 2.3.8 This is a security release for the 2.3.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/2.3.x/changes/#version-2-3-8 2.3.7 This is a fix...
안녕하세요 코랩에서 inverence.py수행시 인풋 문장입력하면 하기와 같은오류가 뜨는데 원인이 뭘까요? 