I recently reinstalled windows 11 for the 50th time and forgot to backup the .prodigy folder. I was able to recover my venv and copied the model-last and best-model folders to my new venv.
The dataset (~2k annotations) appears to be lost with the .db file, so I started a new dataset with spans.correct using the model-last path as the pipeline. The pipeline performs virtually the same when annotating but when I train it the f-score is back in the 50s like im starting over.
What is salvagable from the model-last and model-best? Do I need to do all the annotations over again? Thanks.