-
How can I get semantic representations from wavtokenizer?
As the paper reads:
We extract embeddings corresponding to the discrete codebooks of an acoustic codec model as its respective representatio…
-
I am trying to fine-tune a SentenceTransformer model on a retrieval dataset using a custom distance metric as the similarity function. My goal is to generate a token_embedding for the query and a sent…
-
Thanks for sharing this dataset. I would like to ask for the data from cellxgene, is the batch correction applied for both the **low-dimensional reduction embedding** (e.g. UMAP) and the **expression …
-
Hi !
Great work !
I have encountered several issues during the docking process. And I am seeking to determine whether the issue originate from the protein structure or the ESM employed, and to pinpo…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hi,
When reproducing your experimental results, an error was reported with the following message: Error(s) in loading state_dict for Model_base: Unexpected key(s) in state_dict: "plm.embeddings.posi…
-
**Is your feature request related to a problem? Please describe.**
It would be nice to intergrate https://llama-cpp-python.readthedocs.io/en/stable/#embeddings because of the speed of default `senten…
-
Hello, xiyue! Firstly I want to say congratulations to you for your a series of amazing works recent years (actually, I am a big fan of you).
So here is the problem:
Due to the challenge of my custo…
-
Important for vector search because if embeddings are in string there is no easy way to transform it to List and vector search takes list as argument
-
Hi, I have similar problem to https://github.com/microsoft/CLAP/issues/24, but I'm using shorter audio than 6 seconds.
MWE:
```python
from msclap import CLAP
import torch
import subprocess
…