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

the datasets about dkrl #10

Open
1780041410 opened this issue Apr 10, 2019 · 2 comments
Open

the datasets about dkrl #10

1780041410 opened this issue Apr 10, 2019 · 2 comments

Comments

@1780041410
Copy link

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 ?

@1780041410
Copy link
Author

1780041410@qq.com

@bxshi
Copy link
Owner

bxshi commented Apr 14, 2019

You can get it from Ruobing's DKRL Github page.

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

2 participants