colonelwatch commited on
Commit
05270a5
·
1 Parent(s): 71009c4

Update trained index because Stella doesn't use truncated vectors, cut cluster count to save memory (normalized, OPQ96_384,IVF65536,PQ96)

Browse files
Files changed (3) hide show
  1. index/index.faiss +2 -2
  2. index/ondisk.ivfdata +1 -1
  3. index/params.json +13 -23
index/index.faiss CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ca11a487d45dea5680995308fae6cadb8cdc9b969a0752f75845861adafe997
3
- size 205455661
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c767e7d2d600da23c56ec9ce00ef1f4225a7f042c4cabdacc50a14169f5d7d1c
3
+ size 104202541
index/ondisk.ivfdata CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9bb90c89eb10370b5475bdfc48cc622c627d95419c14f23230a996b78824ca3
3
  size 11401074360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d21176256ab8404bce80c6aed1c12634bd9af0f06fb8c9c12b3112a8ffadb80d
3
  size 11401074360
index/params.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "dimensions": 384,
3
  "normalize": true,
4
  "optimal_params": [
5
  {
@@ -8,44 +8,34 @@
8
  "param_string": ""
9
  },
10
  {
11
- "recall": 0.2864990234375,
12
- "exec_time": 0.0019257238769531252,
13
  "param_string": "nprobe=1,ht=360"
14
  },
15
  {
16
- "recall": 0.4619140625,
17
- "exec_time": 0.00219247900390625,
18
  "param_string": "nprobe=2,ht=374"
19
  },
20
  {
21
- "recall": 0.644287109375,
22
- "exec_time": 0.003392218017578125,
23
  "param_string": "nprobe=16,ht=384"
24
  },
25
  {
26
- "recall": 0.6650390625,
27
- "exec_time": 0.004740569091796875,
28
  "param_string": "nprobe=4,ht=768"
29
  },
30
  {
31
- "recall": 0.7034912109375,
32
- "exec_time": 0.00496689306640625,
33
  "param_string": "nprobe=8,ht=768"
34
  },
35
  {
36
- "recall": 0.74267578125,
37
- "exec_time": 0.0716016259765625,
38
  "param_string": "nprobe=1024,ht=768"
39
- },
40
- {
41
- "recall": 0.7427978515625,
42
- "exec_time": 0.15281141796875,
43
- "param_string": "nprobe=2048,ht=768"
44
- },
45
- {
46
- "recall": 0.742919921875,
47
- "exec_time": 0.31590031201171875,
48
- "param_string": "nprobe=4096,ht=768"
49
  }
50
  ]
51
  }
 
1
  {
2
+ "dimensions": null,
3
  "normalize": true,
4
  "optimal_params": [
5
  {
 
8
  "param_string": ""
9
  },
10
  {
11
+ "recall": 0.30908203125,
12
+ "exec_time": 0.0009075688476562501,
13
  "param_string": "nprobe=1,ht=360"
14
  },
15
  {
16
+ "recall": 0.498046875,
17
+ "exec_time": 0.001077572021484375,
18
  "param_string": "nprobe=2,ht=374"
19
  },
20
  {
21
+ "recall": 0.6795654296875,
22
+ "exec_time": 0.00308269482421875,
23
  "param_string": "nprobe=16,ht=384"
24
  },
25
  {
26
+ "recall": 0.6865234375,
27
+ "exec_time": 0.003852815185546875,
28
  "param_string": "nprobe=4,ht=768"
29
  },
30
  {
31
+ "recall": 0.723388671875,
32
+ "exec_time": 0.004297592041015625,
33
  "param_string": "nprobe=8,ht=768"
34
  },
35
  {
36
+ "recall": 0.7567138671875,
37
+ "exec_time": 0.11987619995117187,
38
  "param_string": "nprobe=1024,ht=768"
 
 
 
 
 
 
 
 
 
 
39
  }
40
  ]
41
  }