We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DATA_DIR = './data/fb15k/' model = DKRL( entity_file=os.path.join(DATA_DIR, 'entities.txt'), relation_file=os.path.join(DATA_DIR, 'relations.txt'), vocab_file=os.path.join(DATA_DIR, 'vocab.txt'), pretrain_vocab_file=os.path.join(DATA_DIR, 'glove.6B.100d.txt'), content_file=os.path.join(DATA_DIR, 'descriptions.txt'), train_file=os.path.join(DATA_DIR, 'train.txt'), valid_file=os.path.join(DATA_DIR, 'valid.txt'), test_file=os.path.join(DATA_DIR, 'test.txt'), all_triples_file=os.path.join(DATA_DIR, 'all_triples.txt') )
Can the above data set be sent to me ?
The text was updated successfully, but these errors were encountered:
1780041410@qq.com
Sorry, something went wrong.
You can get it from Ruobing's DKRL Github page.
No branches or pull requests
Can the above data set be sent to me ?
The text was updated successfully, but these errors were encountered: