-
用的示例代码
```
from FlagEmbedding import FlagAutoModel
import argparse
import json
import random
import numpy as np
import faiss
from tqdm import tqdm
from FlagEmbedding import FlagModel
if …
-
I have been observing low cosine similarity scores for InternVideo2 video embeddings compared to relevant text caption embeddings. In some cases, the scores are even negative. I am not sure if I am mi…
-
# Summary
# Platform
OS: Running Linux with railway 64 bit
Faiss version: faiss-gpu==1.7.2; sys_platform == 'linux' and platform_machine == 'x86_64'
Installed from: Pip (Python 3.10…
-
Hello, thanks for sharing the code of this great benchmark!
I have a question about latent embeddings. For neighborhood similarity and information imbalance metrics, the latents obtained by differe…
-
Hi first time using your tool, it is great by the way! Thank you for it.
My issue is this:
```
Traceback (most recent call last):
File "/mnt/belinda_local/brady/home/projects/ai_marrvel/bench…
-
jina-embeddings-v3 is a multilingual multi-task text embedding model designed for a variety of NLP applications. Based on the [Jina-XLM-RoBERTa architecture](https://huggingface.co/jinaai/xlm-roberta-…
-
### What is the issue?
I am using the ollama Python library for all the results I am getting.
As I create embeddings using ollama.embed() I get progressively worse embeddings as the batches are …
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have this code for knowledge graph construction and I am getting some results for the …
-
Fix all the Scrapers to retrieve correctly the images from the APIs and compute the embeddings with DINOv2, use the most similar with cosine similarity. Could be good to add a similarity_threshold or …
-
Here are some stuff you can check out:
- [x] https://huggingface.co/papers/2410.08815
- [x] Document your findings on this issue + datasets used