LLM Spacy NER with custom dataset #440
Unanswered
Project-NSE
asked this question in
Q&A
Replies: 1 comment
-
Hi! I think this is simply because the Dolly 7b isn't all that powerful/accurate. When running this with the
So basically you'll need to either tune the prompt to see whether you can get Dolly to output good predictions, or use a larger/different model. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on Named Entity Recognition task using large language model. I used SpaCy for that. I want to build a custom dataset. For testing purpose I created a 2 sentences dataset. The dataset is look like (name of the file ner_example1.yml)
Now I configure the config.cfg file as required
The python script to run all those is
I did not get the proper output for the print statement. It return me an empty array.
It should return [('advil', 'Medicine')]
The output is as follows

Beta Was this translation helpful? Give feedback.
All reactions