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
I want to do an analysis similar to one Kim Yoon did in his paper in table 3. He compares word vectors close to each other before and after fine-tuning by the CNN. My question is, how can I safe the "new" word vectors which were adapted by the model? I presume the object is somewhere in the "define model architecture" part of the code, but I am not sure which objects contains the final vectors.
Any help is highly appreciated!
The text was updated successfully, but these errors were encountered:
Hi everyone,
I want to do an analysis similar to one Kim Yoon did in his paper in table 3. He compares word vectors close to each other before and after fine-tuning by the CNN. My question is, how can I safe the "new" word vectors which were adapted by the model? I presume the object is somewhere in the "define model architecture" part of the code, but I am not sure which objects contains the final vectors.
Any help is highly appreciated!
The text was updated successfully, but these errors were encountered: