model url update in example script (#470)

This commit is contained in:
Kirandevraj 2024-03-24 01:51:46 +05:30 committed by GitHub
parent 983331bbc9
commit 5261614dfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@
# Obtain an example model from the web.
mkdir -p models
wget --quiet --continue --directory models/ \
http://data.statmt.org/bergamot/models/deen/ende.student.tiny11.tar.gz
(cd models && tar -xzf ende.student.tiny11.tar.gz)
https://data.statmt.org/bergamot/models/deen/ende.student.tiny11.v2.93821e13b3c511b5.tar.gz
(cd models && tar -xzf ende.student.tiny11.v2.93821e13b3c511b5.tar.gz)
# Patch the config-files generated from marian for use in bergamot.
python3 bergamot-translator-tests/tools/patch-marian-for-bergamot.py \