nreimers commited on
Commit
0de430e
·
1 Parent(s): b4ea395
Files changed (2) hide show
  1. README.md +3 -0
  2. config.json +7 -0
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ ---
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "embed-multilingual-v3.0",
3
+ "index": "index/IVF131072_HNSW_SQ_PQ8bit_128quant.idx",
4
+ "corpus_num_lines": 100000,
5
+ "corpus_file_len": 5,
6
+ "corpus_folder_len": 2
7
+ }