Docs: change README
Browse files
README.md
CHANGED
@@ -4,8 +4,8 @@ license: apache-2.0
|
|
4 |
|
5 |
# CC3M Image-Text Embeddings
|
6 |
|
7 |
-
- `
|
8 |
-
- `texts.txt` is 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.
|
|
|
4 |
|
5 |
# CC3M Image-Text Embeddings
|
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.
|