def __init__()

in scripts/preprocess.py [0:0]


    def __init__(self, model_name='bert-base-nli-mean-tokens'):
        self.model = SentenceTransformer(model_name)
        self.model.parallel_tokenization = False