-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadmeLiwb.txt
More file actions
26 lines (15 loc) · 778 Bytes
/
readmeLiwb.txt
File metadata and controls
26 lines (15 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## machineTranslation
A seq2seq model using attention model and schedule sampling mechanism for machine translation implemented by pytorch.
### code folder
This is the code of translating English to Chinese.
The subfolder 'seq2seq' is the code from IBM. I use their encoder and decoder model.
### code_fra2eng folder
This is the code of translating Franch to English.
The subfolder 'seq2seq' is the code from IBM. I use their encoder and decoder model.
### data folder
This is the folder to save the origin dataset.
### dataAfterProcess folder
This is the folder to save dataset after processing.
### models folder
This is the folder to save model when training.
## if you want to know more about the code, you should go to read the evernote note about this project.