File size: 602 Bytes
0ed8b16
 
 
acd2756
 
 
b5c46ae
 
10deb00
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
---
license: apache-2.0
---

# CC3M Image-Text Embeddings

- `images_part{1-3}.txt` are text files with base64-encoded images. 
- `texts.txt` is a text file with captions for images.
- `images.{model_name}.fbin` is a binary file with {model_name} image embeddings.
- `images.{model_name}.usearch` is a binary file with a serialized USearch image index which contains `images.{model_name}.fbin`.
- `texts.{model_name}.fbin` is a binary file with {model_name} text embeddings.
- `texts.{model_name}.usearch` is a binary file with a serialized USearch text index which contains `texts.{model_name}.fbin`.