A twitter sentence
Determine if the tweet related to the entered home appliance is positive or negative
$ python3 bert_tweets_sentiment.py -i "iPhone 12 mini が欲しい"
Label : positive
$ python3 bert_tweets_sentiment.py -i "iPhone 12 mini は高い"
Label : negative
PyTorch 1.6.0
ONNX opset = 11