unzip data/litcovid-trainingdata.zip
If pytorch installation fails, please use the official website command line to install.
pip3 install -r requirements.txt
You can pursue a better embedding effect by modifying the parameter part of the code, such as train_size, embedding_size, batch_size, learning_rage, etc.
python3 Skip_Gram_basic.py
python3 Bert_4_Litcovid_WordEmbedding.py