Update README.md
Browse files
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
|
10 |
-
- `images.usearch` is a binary file with a serialized USearch image index.
|
11 |
-
- `texts.fbin` is a binary file with
|
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`.
|