项目文件夹

文件
2026-07-13 12:37:18 +08:00

11 行
299 B
Python

# -*- coding:utf-8 -*-
# Author: hankcs
# Date: 2021-05-24 12:51
from hanlp_common.constant import HANLP_URL
STS_ELECTRA_BASE_ZH = HANLP_URL + 'sts/sts_electra_base_zh_20210530_200109.zip'
'A naive regression model trained on concatenated STS corpora.'
# Will be filled up during runtime
ALL = {}