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

Create indexed file for dice-embedding training #7

Closed
sshivam95 opened this issue Jun 11, 2024 · 3 comments
Closed

Create indexed file for dice-embedding training #7

sshivam95 opened this issue Jun 11, 2024 · 3 comments

Comments

@sshivam95
Copy link
Collaborator

Use mmappickle to create entity_to_idx.p, relation_to_idx.p, and train_set.npy for the full dataset

@sshivam95
Copy link
Collaborator Author

Use mmappickle.mmapdict approach from #4 to tackle this issue.

@sshivam95
Copy link
Collaborator Author

#4 is very slow. Use #5 to test faster execution on memory mapped file.

@sshivam95
Copy link
Collaborator Author

Update: As stated here in issue #9, working on this approach is only useful if size of dataset is greater than the node size provided in the cluster. Therefore, closing this now. Reopen if this method is needed in future.

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