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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: