We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this paper, it says k=8 tokens for random embedding, but when I actually checked embeddings.pt , it's [4,1280], is k=4 correct?
embedding_dict = torch.load("./embeddings_gs-299999.pt") Shape: torch.Size([4, 1280])
The text was updated successfully, but these errors were encountered:
In this paper, it says k=8 tokens for random embedding, but when I actually checked embeddings.pt , it's [4,1280], is k=4 correct? embedding_dict = torch.load("./embeddings_gs-299999.pt") Shape: torch.Size([4, 1280])
The provided embedding.pt is correct, since the length only has a very tiny influence on results. You can just use it.
Sorry, something went wrong.
Thank you for your answer. Can you upload the code for calculating IS score? Thank you.
No branches or pull requests
In this paper, it says k=8 tokens for random embedding, but when I actually checked embeddings.pt , it's [4,1280], is k=4 correct?
embedding_dict = torch.load("./embeddings_gs-299999.pt")
Shape: torch.Size([4, 1280])
The text was updated successfully, but these errors were encountered: