In this repository a sentiment analysis of a financial news text dataset is performed using the BERT algorithm.
In a terminal write the following commands:
conda env create -f absolute_path_to_environment.yml_file -n environ
conda activate environ
jupyter-notebook absolute_path_to_BERT_sentiment_analysis.ipynb_file