@@ -13,4 +13,6 @@ GRU_REG_EMB uses the same batching methodology as GRU_REG. We learn embeddings f
GRU_REG_EMB_SHARED tries to learn one embedding space for both languages.
GRU_REG_EMB_PACKED uses one embedding space and the pack_padded_sequence functionality for padding.
XLM_FFNN contains the pre-trained XLM model and FFNN described in 4.4 Section of the report as well as some necessary preprocessing in order to use pre-trained XLM model.
\ No newline at end of file
XLM_FFNN contains the model described in 4.4 Section of the report as well as some necessary preprocessing in order to use pre-trained XLM model as described in Section 3.
BERT_LSTM_FFNN contains the model described in 4.5 Section of the report as well as some necessary preprocessing in order to use pre-trained BERT model as described in Section 3.