Skip to content
New issue

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

from where comes the models in "bio_embeddings/utilities /defaults.yml", where is docs, parameters, dataset ? #239

Open
laraque opened this issue Oct 18, 2023 · 0 comments

Comments

@laraque
Copy link

laraque commented Oct 18, 2023

Hello Team,

where i can find information about how was trained the models published from the repository linked from the file:

file: bio_embeddings/utilities /defaults.yml
model : http://data.bioembeddings.com/public/embeddings/embedding_models/word2vec/word2vec.model

For instance, which where the parameters to train the Word2vec model ? it was used the CBOW or skip-gramm methodology ?
Which dataset was used ?

In need to use different vector embedding size, but the word2vec model is fixed to 512 embedding size, even if i change this parameter in the corresponding embedding pipeline to 24 for instace, i got the error.

File "/bio_embeddings/embed/word2vec_embedder.py", line 48, in embed
embedding[index, :] = self._get_kmer_representation(k_mer)
ValueError: could not broadcast input array from shape (512,) into shape (24,)

Thank for your comments,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant