mirror of
https://github.com/hate-alert/DE-LIMIT.git
synced 2021-05-12 18:32:23 +03:00
Instructions for CNN-GRU models
- CNN+GRU Baseline
- Download the MUSE embeddings from the MUSE github repository and store them in the folder
CNN_GRU/muse_embeddings - The files for the CNN-GRU model are located in the
CNN_GRUfolder. The main file is calledCNN_GRU.py. - In the params dictionary in
CNN_GRU.py, set the values of parameters likelanguage,epochs,sample_ratio, etc depending on the experimental setup.
- Download the MUSE embeddings from the MUSE github repository and store them in the folder