Skip to content
Snippets Groups Projects
Commit 023208f3 authored by Vosylius, Vitalis's avatar Vosylius, Vitalis
Browse files

Update README.md

parent 324e9f0f
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,6 @@ The following models refer to section 4.3 of the report.
GRU_REG_EMB uses the same batching methodology as GRU_REG. We learn embeddings for each language seperately.
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.
\ No newline at end of file
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
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