chinmaydan
commited on
Commit
·
e5bf074
1
Parent(s):
9e826e6
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ The code for training mCOLT/mRASP2, a multilingual neural machine translation tr
|
|
14 |
## News
|
15 |
We have released two versions, this version is the original one. In this implementation:
|
16 |
- You should first merge all data, by pre-pending language token before each sentence to indicate the language.
|
17 |
-
- AA/RAS
|
18 |
|
19 |
**New implementation**: https://github.com/PANXiao1994/mRASP2/tree/new_impl
|
20 |
|
|
|
14 |
## News
|
15 |
We have released two versions, this version is the original one. In this implementation:
|
16 |
- You should first merge all data, by pre-pending language token before each sentence to indicate the language.
|
17 |
+
- AA/RAS must be done off-line (before binarize), check [this toolkit](https://github.com/linzehui/mRASP/blob/master/preprocess).
|
18 |
|
19 |
**New implementation**: https://github.com/PANXiao1994/mRASP2/tree/new_impl
|
20 |
|