OpenOneRec's picture
Add files using upload-large-folder tool
f839f0f verified
# Original Data
## Basic Information
Table schema:
- `pid BIGINT`
- `vision_emb ARRAY<ARRAY<DOUBLE>>`
- `text_emb ARRAY<DOUBLE>`
Notes:
- `vision_emb` is the image embedding
- `text_emb` is the text embedding
## Coverage Summary
The table currently contains `17,433,569` pids in total.
Breakdown:
- Pids with both image and text embeddings: `15,647,227`
- Pids with image embedding only: `1,411,004`
- Pids with text embedding only: `375,338`
In short:
- Most pids already have complete multimodal coverage
- A smaller portion has image-only embeddings
- A smaller portion has text-only embeddings