Skip to content

Commit

Permalink
HF path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
I8dNLo authored and joein committed Jul 10, 2024
1 parent b2f06db commit 993d38b
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 @@ -32,20 +32,20 @@
{
"model": "Qdrant/Unicom-ViT-B-16",
"dim": 768,
"description": "Unicom vitb16_unicom from open-metric-learning",
"description": "Unicom Unicom-ViT-B-16 from open-metric-learning",
"size_in_GB": 0.82,
"sources": {
"hf": "Qdrant/Unicom-VIT-B-16",
"hf": "Qdrant/Unicom-ViT-B-16",
},
"model_file": "model.onnx",
},
{
"model": "Qdrant/Unicom-ViT-B-32",
"dim": 512,
"description": "Unicom vitb32_unicom from open-metric-learning",
"description": "Unicom Unicom-ViT-B-32 from open-metric-learning",
"size_in_GB": 0.48,
"sources": {
"hf": "Qdrant/Unicom-VIT-B-32",
"hf": "Qdrant/Unicom-ViT-B-32",
},
"model_file": "model.onnx",
},
Expand Down

0 comments on commit 993d38b

Please sign in to comment.