Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

[RAG] Fix Generate Dense Embeddings Script #3668

Merged
merged 1 commit into from May 25, 2021
Merged

Conversation

klshuster
Copy link
Contributor

Patch description
At some point, this script broke, in that the default flag for --share-encoders was forcing the document and query encoders to be shared; as we used the document encoder to generate embeddings, this is no good.

Testing steps
Confirmed that the total number of parameters printed when running the generation script is correct.

@klshuster
Copy link
Contributor Author

Note that I have verified in old logs that the zoo indices are built with the correct embeddings

@klshuster klshuster merged commit a1e265b into master May 25, 2021
@klshuster klshuster deleted the gen_dense_embs_Fix branch May 25, 2021 16:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants