From 766323bc3134d6eb0310530e1e8139360a28c197 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Sun, 31 Mar 2024 12:57:05 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Model=20:=20weight?= =?UTF-8?q?=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF=E3=81=8C=E6=B6=88=E5=A4=B1?= =?UTF-8?q?=E3=81=97=E3=81=9F=E3=81=9F=E3=82=81=E3=80=81=E5=88=A5=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E3=82=92=E3=83=9B=E3=82=B9=E3=83=88=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/translation/translation_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/translation/translation_utils.py b/models/translation/translation_utils.py index 73805cdc..308a3eab 100644 --- a/models/translation/translation_utils.py +++ b/models/translation/translation_utils.py @@ -8,7 +8,7 @@ import hashlib ctranslate2_weights = { "Small": { # M2M-100 418M-parameter model - "url": "https://bit.ly/33fM1AO", + "url": "https://github.com/misyaguziya/VRCT-weights/releases/download/v1.0/m2m100_418m.zip", "directory_name": "m2m100_418m", "tokenizer": "facebook/m2m100_418M", "hash": { @@ -18,7 +18,7 @@ ctranslate2_weights = { } }, "Large": { # M2M-100 1.2B-parameter model - "url": "https://bit.ly/3GYiaed", + "url": "https://github.com/misyaguziya/VRCT-weights/releases/download/v1.0/m2m100_12b.zip", "directory_name": "m2m100_12b", "tokenizer": "facebook/m2m100_1.2b", "hash": {