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

Can we pass custom trained embedding as entity and then train the model? #270

Open
MathewKevin opened this issue Jan 26, 2023 · 0 comments

Comments

@MathewKevin
Copy link

Hi, we are working on a link prediction task using ampligraph, the triple basically looks like,

protein_sequence, i.e KFLEACD (subject) ---> positive(predicate) ---> assay_1(object)

we already have a better representation of the protein sequence stored as embedding, is it possible to pass those embedding directly as an entity like,

protein_embedding(subject) ---> positive(predicate) ---> assay_1(object)

Please clarify, thanks in advance.

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