Hi everybody, yesterday i executed the script that you can find here. This process returned a file called "model.bin" in the directory "saved_models", now i want to use this model in order to create embeddings for source code, in evaluation mode like i used to do here:"
model = UniXcoder("microsoft/unixcoder-base")
model.to(device)
model.eval()"
How to do that?