cstorm125 commited on
Commit
c267114
1 Parent(s): 7190cbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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
- \t--output_dir ../models/marianmt-zh_cn-th \\
25
- \t--source_lang zh --target_lang th \\
26
- \t--metric_tokenize th_syllable --fp16 --batch_size 64
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