| --- |
| 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`. |
| |