I tried to use your notebook on my computer (Ubuntu 20) and when I passed arguments to the function bsim = querycat.BERTSim(TRANSFORMER_MODEL, RANDOM_SEED)
while TRANSFORMER_MODEL = "camembert-base"
and
RANDOM_SEED = 42
like it was shown in the Demo it gives strange error:
......
TypeError Traceback (most recent call last)
in
----> 1 bsim = querycat.BERTSim(TRANSFORMER_MODEL, 42)
TypeError: init() takes from 1 to 2 positional arguments but 3 were given