kimihailv commited on
Commit
10deb00
1 Parent(s): f388faa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -6,7 +6,7 @@ license: apache-2.0
6
 
7
  - `images_part{1-3}.txt` are text files with base64-encoded images.
8
  - `texts.txt` is a text file with captions for images.
9
- - `images.fbin` is a binary file with UForm image embeddings.
10
- - `images.usearch` is a binary file with a serialized USearch image index.
11
- - `texts.fbin` is a binary file with UForm text embeddings.
12
- - `texts.usearch` is a binary file with a serialized USearch text index.
 
6
 
7
  - `images_part{1-3}.txt` are text files with base64-encoded images.
8
  - `texts.txt` is a text file with captions for images.
9
+ - `images.{model_name}.fbin` is a binary file with {model_name} image embeddings.
10
+ - `images.{model_name}.usearch` is a binary file with a serialized USearch image index which contains `images.{model_name}.fbin`.
11
+ - `texts.{model_name}.fbin` is a binary file with {model_name} text embeddings.
12
+ - `texts.{model_name}.usearch` is a binary file with a serialized USearch text index which contains `texts.{model_name}.fbin`.