Closed ptynecki closed 4 years ago
Hi @ptynecki , thanks for reporting the issue.
SecVec v2 is an experimental SeqVec version which I do not encourage you to use. I've kept it in the pipeline for the real SeqVec v2 which is still in planning phase ;) I would encourage you to rather use the traditional seqvec
or the newer bert
. Mind that there are issues being worked on on bert
(#33 & #35 )
Got it.
Thank you for your clarification.
I've been using traditional SeqVec for months and I'm very exited and happy about the achieved results in my research (bacteriophages deeper understanding).
BERT, ALBERT and XLNet pre-trained models are the next in me agenda. I'm going to compare each of them in two classification issues in my domain.
Short addendum to Chris' answer: for SeqVec "v2", we removed the CharCNN to see the impact on performance; so the error rather highlights that we need to refine our description of the model.
Hey,
I'm trying to use SeqVecEmbedder with the newest SeqVec v2 weights and options files.
After that I received the KeyError exception:
I discovered similar problem on the AlleNLP issues [1] and [2].
Thanks for your time for looking into this issue.