You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
......
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
The text was updated successfully, but these errors were encountered: