Update README.md
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ Training scripts from [LalitaDeelert/NLP-ZH_TH-Project](https://github.com/Lalit
|
|
20 |
|
21 |
```
|
22 |
export WANDB_PROJECT=marianmt-zh_cn-th
|
23 |
-
python train_model.py --input_fname ../data/v1/Train.csv
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
```
|
28 |
|
29 |
## Usage
|
|
|
20 |
|
21 |
```
|
22 |
export WANDB_PROJECT=marianmt-zh_cn-th
|
23 |
+
python train_model.py --input_fname ../data/v1/Train.csv \
|
24 |
+
\\t--output_dir ../models/marianmt-zh_cn-th \
|
25 |
+
\\t--source_lang zh --target_lang th \
|
26 |
+
\\t--metric_tokenize th_syllable --fp16
|
27 |
```
|
28 |
|
29 |
## Usage
|