yangheng95 / ABSADatasets

Public & Community-shared datasets for Aspect-based sentiment analysis and Text Classification
MIT License
207 stars 64 forks source link

Aspect Embedding #45

Open Winnieliu0504 opened 1 year ago

Winnieliu0504 commented 1 year ago

Hello,

Many thanks for the great work! I would like to know how can I get each aspect's embedding after using the make_ABSA_dataset code? (Maybe getting the tensor of each aspect?) I need this for my fine-tune model but I can't really understand the source code about this. I guess it may be in the "pyabsa > framework" folder?

Could you give me more information about which part should I check for it? Thank you for your feedback!