Sentiment Analysis implement by transformers (Using Pytorch)
- load_dataset-> imdb movie comments
- split into three parts: train, validation, test
- label def:
- 0 for negative comment
- 1 for positive comment
-> bert-base-uncased: 93%
Test Accuracy = 0.93
Result was Correct, "This movie doesn't attract me" IS A negative comment.