You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a KG file in the form of 3 columns Head, Tail and Relation. Now how should I go about loading this file into the model to generate embeddings and save those generated embeddings. By looking at the documentation I was only able to figure out that the dataset needs to be in the format of (head\trelation\ttail). But then after that which function should we be using to get and save those embeddings
#215
Issue Template
First of all, thank you for finding the bugs. Please help us improve by providing the bug report as much as possible in the following format.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Dependency (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: