Skip to content

Commit

Permalink
Updating bigann-1B
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Nov 1, 2023
1 parent 89590d2 commit 824bce7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- name: bigann-100M
- name: bigann-1B
base_file: bigann-1B/base.1B.u8bin
subset_size: 100000000
dims: 128
query_file: bigann-1B/query.public.10K.u8bin
groundtruth_neighbors_file: bigann-100M/groundtruth.neighbors.ibin
groundtruth_neighbors_file: bigann-1B/groundtruth.neighbors.ibin
distance: euclidean

- name: deep-1B
Expand All @@ -14,10 +14,10 @@
distance: inner_product

- name: bigann-100M
base_file: bigann-1B/base.1B.u8bin
base_file: bigann-100M/base.1B.u8bin
subset_size: 100000000
dims: 128
query_file: bigann-1B/query.public.10K.u8bin
query_file: bigann-100M/query.public.10K.u8bin
groundtruth_neighbors_file: bigann-100M/groundtruth.neighbors.ibin
distance: euclidean

Expand Down

0 comments on commit 824bce7

Please sign in to comment.