Large Language Model Tagging for Named Entity Recognition with Contextualized Entity Marking
use windows and install anaconda,crate a env for LTNER
conda create -n ltner python==3.10
conda activate ltner
pip install -r requirement.txt
and put your openai key to common/chatgpt/gpt.py:21
you can use milves or cloud service such as zilliz:https://cloud.zilliz.com.cn/
create a index include these fields
put your database service url and token to common/vector/zilliz.py:8
run data\sentence_emb\emb.py run data\sentence_emb\emb_TEST.py
run main.py