Skip to content

Commit

Permalink
Remove unnecessary SENTENCEPIECE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Waino committed Dec 9, 2024
1 parent 946615f commit d32140e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 106 deletions.
2 changes: 1 addition & 1 deletion docs/source/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ popd
mkdir -p models/spm
for language in cs en de fr; do
zcat data/multi30k/train.${language}.gz > /tmp/spm_train_${language}.txt
${SENTENCEPIECE_DIR}/spm_train --input /tmp/spm_train_${language}.txt --model_prefix=models/spm/spm.${language} --vocab_size 8000
spm_train --input /tmp/spm_train_${language}.txt --model_prefix=models/spm/spm.${language} --vocab_size 8000
rm /tmp/spm_train_${language}.txt
done
```
Expand Down
105 changes: 0 additions & 105 deletions examples/synthdata.yaml

This file was deleted.

0 comments on commit d32140e

Please sign in to comment.