Files
DE-LIMIT/CNN_GRU
2020-04-14 18:39:01 +05:30
..
2020-04-14 10:37:12 +05:30
2020-04-14 10:37:12 +05:30
2020-04-14 10:37:12 +05:30
2020-04-14 18:39:01 +05:30
2020-04-14 10:37:12 +05:30
2020-04-14 10:37:12 +05:30

Instructions for CNN-GRU models
  1. CNN+GRU Baseline
    1. Download the MUSE embeddings from the MUSE github repository and store them in the folder CNN_GRU/muse_embeddings
    2. The files for the CNN-GRU model are located in the CNN_GRU folder. The main file is called CNN_GRU.py.
    3. In the params dictionary in CNN_GRU.py, set the values of parameters like language, epochs, sample_ratio, etc depending on the experimental setup.