Paper4Review commited on
Commit
cd99bc2
·
verified ·
1 Parent(s): d516698

Upload FilterVector dataset subset: add dataset card

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: SmartRoute_data
3
+ license: unknown
4
+ task_categories:
5
+ - retrieval
6
+ language:
7
+ - en
8
+ tags:
9
+ - vector-search
10
+ - ann
11
+ - benchmarking
12
+ - smartroute
13
+ - filtervector
14
+ ---
15
+
16
+ # SmartRoute_data
17
+
18
+ Anonymous dataset bundle containing selected SmartRoute-related FilterVector benchmark files.
19
+
20
+ ## Repository Layout
21
+
22
+ All dataset files are stored under `SmartRoute_data/<dataset>/` in this repository.
23
+
24
+ Included datasets:
25
+ - `SmartRoute_data/Amazon/`
26
+ - `SmartRoute_data/BookReviews/`
27
+ - `SmartRoute_data/Genome/`
28
+ - `SmartRoute_data/Laion/`
29
+ - `SmartRoute_data/Music/`
30
+ - `SmartRoute_data/Reviews/`
31
+ - `SmartRoute_data/Tiktok/`
32
+ - `SmartRoute_data/VariousImg/`
33
+
34
+ For each dataset directory, this repository may include:
35
+
36
+ - `*_base_labels.txt`
37
+ - `*_base.bin`
38
+ - `*_base.fvecs`
39
+ - query subdirectories whose names end with `random_300`
40
+
41
+ ## Notes
42
+
43
+ - Repository visibility at upload time: `private`
44
+ - Files were uploaded via the Hugging Face Hub API.
45
+ - Review the contents before making the repository public.