We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872202e commit 163fd01Copy full SHA for 163fd01
supar/__init__.py
@@ -49,5 +49,5 @@
49
'vi-sdp-roberta-en': 'dm.vi.sdp.roberta',
50
'vi-sdp-electra-zh': 'semeval16.vi.sdp.electra'
51
}
52
-MODEL = {n: f"{SRC['github']}/v{__version__}/{m}.zip" for n, m in NAME.items()}
53
-CONFIG = {n: f"{SRC['github']}/v{__version__}/{m}.ini" for n, m in NAME.items()}
+MODEL = {n: f"{SRC['github']}/v1.1.0/{m}.zip" for n, m in NAME.items()}
+CONFIG = {n: f"{SRC['github']}/v1.1.0/{m}.ini" for n, m in NAME.items()}
0 commit comments