Views
No views yet

conda create -n cascadener python=3.10pip install -r requirements.txttrain.json from GEIC format dataset in huggingface to get the format of train sets. We now provide a example in ./DynamicNER/example.json./DynamicNER/transformation/stage1_trans.py to get input file for inferrence. You may also use the datasets we provided in GEIC format.infer.py and extract.sh, including two model paths, dataset path, category path, and output path.infer.py and your will receive the results.evaluate.py. You can use the dataset in GEIC format other the results to evaluate.