You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
577 B
13 lines
577 B
from sentence_transformers import SentenceTransformer
|
|
|
|
directory_path = r'E:\Data\Research\Datasets\DeepMatcher dataset\Structured\iTunes-Amazon'
|
|
|
|
er_output_dir = r'E:\Data\Research\Projects\md_bayesian_er_deepmatcher\ml_er\output'
|
|
md_output_dir = r'E:\Data\Research\Projects\md_bayesian_er_deepmatcher\md_discovery\output'
|
|
hpo_output_dir = r'E:\Data\Research\Projects\md_bayesian_er_deepmatcher\hpo\output'
|
|
|
|
model = SentenceTransformer('E:\\Data\\Research\\Models\\all-MiniLM-L6-v2')
|
|
interpre_weight = 0 # 可解释性权重
|
|
support_threshold = 1
|
|
confidence_threshold = 0.75
|