Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ widget:
|
|
12 |
* model: transformer-align
|
13 |
* pre-processing: normalization + SentencePiece
|
14 |
* test set translations:
|
15 |
-
* test set scores:
|
16 |
|
17 |
## Training
|
18 |
|
@@ -20,10 +20,10 @@ Training scripts from [LalitaDeelert/NLP-ZH_TH-Project](https://github.com/Lalit
|
|
20 |
|
21 |
```
|
22 |
export WANDB_PROJECT=marianmt-th-zh_cn
|
23 |
-
python train_model.py --input_fname ../data/v1/Train.csv
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
```
|
28 |
|
29 |
## Usage
|
|
|
12 |
* model: transformer-align
|
13 |
* pre-processing: normalization + SentencePiece
|
14 |
* test set translations:
|
15 |
+
* test set scores: 15.53
|
16 |
|
17 |
## Training
|
18 |
|
|
|
20 |
|
21 |
```
|
22 |
export WANDB_PROJECT=marianmt-th-zh_cn
|
23 |
+
python train_model.py --input_fname ../data/v1/Train.csv \\
|
24 |
+
\t--output_dir ../models/marianmt-th-zh_cn \\
|
25 |
+
\t--source_lang th --target_lang zh \\
|
26 |
+
\t--metric_tokenize zh --fp16
|
27 |
```
|
28 |
|
29 |
## Usage
|