Plug BERT embeddings into a model for sentiment analysis

Viewed 12

I have the BERT embeddings of 10k sentences stored in a file, and I would like to get their sentiment scores. I am very new to this and I am at a loss at the moment, chasing a deadline. Is there any way that I can take those embeddings, plug them into a model, and get their sentiment score?

0 Answers
Related