Unverified Commit d07aebf5 authored by Oren Amsalem's avatar Oren Amsalem Committed by GitHub
Browse files

Fix typo (#3627)

parent acf1c7b7
...@@ -59,7 +59,7 @@ python eval.py --modality=[modality] \ ...@@ -59,7 +59,7 @@ python eval.py --modality=[modality] \
- `mode`: Type of the mode. Valid values are: `online` and `offline`. - `mode`: Type of the mode. Valid values are: `online` and `offline`.
- `root-dir`: Path to the root directory where all preprocessed files will be stored. - `root-dir`: Path to the root directory where all preprocessed files will be stored.
- `sp-model-path`: Path to the sentencepiece model. Default: `./spm_unigram_1023.model`. - `sp-model-path`: Path to the sentencepiece model. Default: `./spm_unigram_1023.model`.
- `checkpoint-path`: Path to a pretraned model. - `checkpoint-path`: Path to a pre-trained model.
## Results ## Results
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment