Validation loss keeps increasing but my validation accuracy remains pretty much same in pytorch model

I am trying to make a model to predict whether the tweet is about a disaster or not.
Here is the link.
I have tried a lot of things but the validation accuracy remains constant.
Link to my colab file.