Lalita commited on
Commit
8bb703b
1 Parent(s): 249625f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -5,7 +5,7 @@ tags:
5
  widget:
6
  - text: "Inference Unavailable"
7
  ---
8
- ### marianmt-zh_cn-th * test set translations:
9
  * source languages: zh_cn
10
  * target languages: th
11
  * dataset:
@@ -19,10 +19,10 @@ Training scripts from [LalitaDeelert/NLP-ZH_TH-Project](https://github.com/Lalit
19
 
20
  ```
21
  export WANDB_PROJECT=marianmt-zh_cn-th
22
- python train_model.py --input_fname ../data/v1/Train.csv \\\\
23
- \\\\\\\\t--output_dir ../models/marianmt-zh_cn-th \\\\
24
- \\\\\\\\t--source_lang zh --target_lang th \\\\
25
- \\\\\\\\t--metric_tokenize th_syllable --fp16
26
  ```
27
 
28
  ## Usage
 
5
  widget:
6
  - text: "Inference Unavailable"
7
  ---
8
+ ### marianmt-zh_cn-th
9
  * source languages: zh_cn
10
  * target languages: th
11
  * dataset:
 
19
 
20
  ```
21
  export WANDB_PROJECT=marianmt-zh_cn-th
22
+ python train_model.py --input_fname ../data/v1/Train.csv \\\\\\\\
23
+ \\\\\\\\\\\\\\\\t--output_dir ../models/marianmt-zh_cn-th \\\\\\\\
24
+ \\\\\\\\\\\\\\\\t--source_lang zh --target_lang th \\\\\\\\
25
+ \\\\\\\\\\\\\\\\t--metric_tokenize th_syllable --fp16
26
  ```
27
 
28
  ## Usage