Lalita commited on
Commit
0ff802c
·
1 Parent(s): f5123f4

Update README.md

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