Update README.md
Browse files
README.md
CHANGED
@@ -5,13 +5,12 @@ tags:
|
|
5 |
widget:
|
6 |
- text: "Inference Unavailable"
|
7 |
---
|
8 |
-
### marianmt-zh_cn-th
|
9 |
* source languages: zh_cn
|
10 |
* target languages: th
|
11 |
* dataset:
|
12 |
* model: transformer-align
|
13 |
* pre-processing: normalization + SentencePiece
|
14 |
-
* test set translations:
|
15 |
* test set scores: syllable: 15.95, word: 8.43
|
16 |
|
17 |
## Training
|
@@ -20,10 +19,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
|
|
|
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:
|
12 |
* model: transformer-align
|
13 |
* pre-processing: normalization + SentencePiece
|
|
|
14 |
* test set scores: syllable: 15.95, word: 8.43
|
15 |
|
16 |
## Training
|
|
|
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
|