kimihailv commited on
Commit
b5c46ae
1 Parent(s): acd2756

Docs: change README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,8 +4,8 @@ license: apache-2.0
4
 
5
  # CC3M Image-Text Embeddings
6
 
7
- - `images.txt` is text file with base64-encoded images.
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.