Accessing the embeddings
Hi,
Thanks for this awesome toolkit! However, I am struggling to find a way to actually access and use the generated embeddings.
In the available pretrained embeddings, binary files exist with the according entity and relation embeddings (entity2vec.bin and relation2vec.bin).
I understand how to find the embeddings using the OpenKE-PyTorch(old) branch, but where can I find these generated files when using the toolkit with OpenKE-PyTorch?
Kind regards, Pieter
Hello,
I have the same question about how to obtain the generated embeddings. Did you solve the problem?
Best regards, Ye Liu
I found OpenKE-PyTorch here https://github.com/thunlp/OpenKE/commit/37786b83bb4d4e5ea1ac27ef0de43a8db243e233
But I'm not 100% sure it's OpenKE-PyTorch cause it is not shown on their GitHub homepage.