Skip to content

Commit

Permalink
Images description (#324)
Browse files Browse the repository at this point in the history
* Description of text embedding models, fix for consistency

* fixed misplacing of one description

* Changed descriptions to image models in fastEmbed

* Update fastembed/image/onnx_embedding.py

* Update fastembed/image/onnx_embedding.py

* Update fastembed/image/onnx_embedding.py

* Update fastembed/image/onnx_embedding.py

---------

Co-authored-by: Evgeniya Sukhodolskaya <[email protected]>
Co-authored-by: George <[email protected]>
  • Loading branch information
3 people committed Aug 23, 2024
1 parent bfeeb28 commit 3a1f468
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fastembed/image/onnx_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"model": "Qdrant/clip-ViT-B-32-vision",
"dim": 512,
"description": "CLIP vision encoder based on ViT-B/32",
"description": "Image embeddings, Multimodal (text&image), 2021 year",
"size_in_GB": 0.34,
"sources": {
"hf": "Qdrant/clip-ViT-B-32-vision",
Expand All @@ -22,7 +22,7 @@
{
"model": "Qdrant/resnet50-onnx",
"dim": 2048,
"description": "ResNet-50 from `Deep Residual Learning for Image Recognition <https://arxiv.org/abs/1512.03385>`__.",
"description": "Image embeddings, Unimodal (image), 2016 year",
"size_in_GB": 0.1,
"sources": {
"hf": "Qdrant/resnet50-onnx",
Expand All @@ -32,7 +32,7 @@
{
"model": "Qdrant/Unicom-ViT-B-16",
"dim": 768,
"description": "Unicom Unicom-ViT-B-16 from open-metric-learning",
"description": "Image embeddings (more detailed than Unicom-ViT-B-32), Multimodal (text&image), 2023 year",
"size_in_GB": 0.82,
"sources": {
"hf": "Qdrant/Unicom-ViT-B-16",
Expand All @@ -42,7 +42,7 @@
{
"model": "Qdrant/Unicom-ViT-B-32",
"dim": 512,
"description": "Unicom Unicom-ViT-B-32 from open-metric-learning",
"description": "Image embeddings, Multimodal (text&image), 2023 year",
"size_in_GB": 0.48,
"sources": {
"hf": "Qdrant/Unicom-ViT-B-32",
Expand Down

0 comments on commit 3a1f468

Please sign in to comment.