Skip to content

Commit

Permalink
Update dist script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonepri committed Mar 20, 2020
1 parent b4290a8 commit 02d2ebb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ def compress_dataset(dir, name, files):
def main():
os.makedirs('dist', exist_ok=True)

datasets = ['FB15K', 'FB15K-237', 'WN18', 'WN18RR', 'YAGO3-10']
datasets = [
'COUNTRIES-S1',
'COUNTRIES-S2',
'COUNTRIES-S3',
'FB15K',
'FB15K-237',
'KINSHIP',
'NATIONS',
'UMLS',
'WN18',
'WN18RR',
'YAGO3-10'
]
for dataset in datasets:
compress_dataset('dist', dataset + '-ID', [
dataset + '/edges_as_id_all.tsv',
Expand Down

0 comments on commit 02d2ebb

Please sign in to comment.