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.
|
|
|
from sentence_transformers import SentenceTransformer
|
|
|
|
|
|
|
|
directory_path = r'E:\Data\Research\Datasets\DeepMatcher dataset\Dirty\Walmart-Amazon'
|
|
|
|
|
|
|
|
er_output_dir = r'E:\Data\Research\Projects\md_bayesian_er_magellan\ml_er\output'
|
|
|
|
md_output_dir = r'E:\Data\Research\Projects\md_bayesian_er_magellan\md_discovery\output'
|
|
|
|
hpo_output_dir = r'E:\Data\Research\Projects\md_bayesian_er_magellan\hpo\output'
|
|
|
|
|
|
|
|
model = SentenceTransformer(r'E:\Data\Research\Models\all-MiniLM-L6-v2')
|
|
|
|
interpre_weight = 0 # 可解释性权重
|
|
|
|
support_threshold = 1
|
|
|
|
confidence_threshold = 0.75
|