Artanic30 commited on
Commit
d539add
·
verified ·
1 Parent(s): 38293ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
 
1
+ # Merge Split Files
2
+
3
+ ## kb_index.faiss (25.3 GB)
4
+
5
+ This file has been split into 26 chunks (1GB each) located in:
6
+ ```
7
+ annotation/2M_kb_eval/echosight_evqa_2M_kb/kb_index_files/
8
+ ```
9
+
10
+ **To merge:**
11
+ ```bash
12
+ cd annotation/2M_kb_eval/echosight_evqa_2M_kb/kb_index_files/
13
+ python merge_chunks.py
14
+ ```
15
+
16
+ The merged `kb_index.faiss` will be placed in `../` (parent directory).
17
+
18
+ **Requirements:** Python 3.6+ and ~50GB free disk space during merge.
19
+
20
+
21
  ---
22
  license: apache-2.0
23
  ---