Paper4Review commited on
Commit
d1c9ba7
·
verified ·
1 Parent(s): 8ff607d

Update README for dataset archives

Browse files
Files changed (1) hide show
  1. README.md +22 -20
README.md CHANGED
@@ -2,7 +2,7 @@
2
  pretty_name: SmartRoute_data
3
  license: unknown
4
  task_categories:
5
- - retrieval
6
  language:
7
  - en
8
  tags:
@@ -15,31 +15,33 @@ tags:
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.
 
2
  pretty_name: SmartRoute_data
3
  license: unknown
4
  task_categories:
5
+ - text-retrieval
6
  language:
7
  - en
8
  tags:
 
15
 
16
  # SmartRoute_data
17
 
18
+ Compressed per-dataset tar.zst archives for SmartRoute-related FilterVector benchmark data.
19
 
20
  ## Repository Layout
21
 
22
+ Each dataset is stored at the repository root as a separate `.tar.zst` archive.
23
 
24
+ Included archives:
25
+ - `Amazon.tar.zst`
26
+ - `BookReviews.tar.zst`
27
+ - `Genome.tar.zst`
28
+ - `Laion.tar.zst`
29
+ - `Music.tar.zst`
30
+ - `Reviews.tar.zst`
31
+ - `Tiktok.tar.zst`
32
+ - `VariousImg.tar.zst`
33
 
34
+ ## Archive Contents
35
 
36
+ Each archive may include:
37
+
38
+ - directories whose names end with `random_300`
39
+ - `{dataset}_base_labels.txt`
40
+ - `*_base.bin` and/or `*_base.fvecs`
41
+ - pre-compressed `*.zst` variants when available
42
 
43
  ## Notes
44
 
45
+ - Repository visibility at upload time: `public`
46
+ - Archives are uploaded one dataset at a time with `hf upload`.
47
+ - Decompress with `tar --zstd -xf <dataset>.tar.zst`.