HSLCY / ABSA-BERT-pair

Utilizing BERT for Aspect-Based Sentiment Analysis via Constructing Auxiliary Sentence (NAACL 2019)
https://www.aclweb.org/anthology/N19-1035
MIT License
493 stars 138 forks source link

Where is the fine-tuned model saved? #19

Open Sophialiucs opened 4 years ago

Sophialiucs commented 4 years ago

Hi, just to clarify, is the fine-tuned model saved to pytorch_model.bin automatically after training?

sunny678 commented 4 years ago

The model was not saved, refer to https://github.com/HSLCY/ABSA-BERT-pair/issues/8 to save the checkpoints.