InstructionNER
InstructionNER copied to clipboard
Unofficial implementation of paper "InstructionNER: A Multi-Task Instruction-Based Generative Framework for Few-shot NER" (https://arxiv.org/pdf/2203.03903v1.pdf)
Based on the model prediction (string) there is one redundant span created. Raw text prediction: "Microsoft is an ORG, Microsoft Chine is an ORG, Matt Scott is a PER" (173,...
If an issue is faced for the model not being run for the new test cases and throughs the error as shown below ``` `/content/InstructionNER/instruction_ner/model.py in predict(self, text, generation_kwargs, instruction,...
Can you please add the lora support to this repo to load the LLMs. It would be helpful.
There are literals in core/datatypes that are strongly depend on English. It better be if you can configure the preffixes in any language you want. Same for AnswerFormatters.