Skip to content

Commit

Permalink
fix: Remove redundant dbpedia 1M dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu committed Jul 5, 2023
1 parent 47b0e0b commit cf116aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ann_benchmarks/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ def dbpedia_entities_openai_1M(out_fn, n = None):
"movielens1m-jaccard": movielens1m,
"movielens10m-jaccard": movielens10m,
"movielens20m-jaccard": movielens20m,
"openai-dbpedia1m-1536-angular": dbpedia_entities_openai_1M,
}

DATASETS.update({
Expand Down

0 comments on commit cf116aa

Please sign in to comment.