Skip to content
Snippets Groups Projects
Commit 04f49c4f authored by Park, Se's avatar Park, Se
Browse files

Update README.md

parent 79c7877c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment