You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: Prompt template in cache directory (local-ner-cache/prompt_template.txt) is not equal with current prompt template. Reset your cache if you are using a new prompt template.
After deleting the folder local-ner-cache, I encountered the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'local-ner-cache/9963044417883968883.spacy'
What is the right way to "Reset your cache if you are using a new prompt template."?
Because after the deleting the folder local-ner-cache, I'm no longer able to annotate the same dataset:
dotenv run -- prodigy ner.llm.correct
There are still around 1k samples to annotate.
The text was updated successfully, but these errors were encountered:
I changed the
spacy.NER.v2
tospacy.NER.v3
After deleting the folder local-ner-cache, I encountered the following error:
What is the right way to "Reset your cache if you are using a new prompt template."?
Because after the deleting the folder local-ner-cache, I'm no longer able to annotate the same dataset:
There are still around 1k samples to annotate.
The text was updated successfully, but these errors were encountered: