-
On MacOS 14.5, Python 3.11.10:
(map2text) MWC36G27YR6Y:map2text bdo8$ python map2text/quick_start.py map2text/configs/cs_research_idea/vec2text_uw.yaml
Loading KNN index from cache.
…
-
### Proposal:
We should add parsing of the parameters to enable connection with the new library for automatic embeddings.
Currently, I suggest starting with the following specification:
- `fiel…
-
I am trying to build on your knn-transfomers [repo](https://github.com/neulab/knn-transformers/tree/master?tab=readme-ov-file).
When I run the distill gpt with the given setup in the repo but with …
-
E:\Stable diffusion\comfyui\.ext\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytr…
-
**What is the bug?**
Searching with neural query brings down OS 2.16.0.
This is happening in OS 2.16.0 Image `FROM opensearchproject/opensearch:2.16.0` but not in 2.15.0 or lower
**How to repr…
-
In this [link](https://huggingface.co/docs/transformers/llm_tutorial#wrong-padding-side), they say that decoder architectures should have left padding. In the code repository, you do right padding at …
-
I am getting a higher cosine _knn_dist value for a hit than my own standalone calculation.
My standalone code
`from numpy.linalg import norm
from sentence_transformers import SentenceTransformer
…
-
I started the container using docker compose locally. Connected to Aura instance, But when I try to upload a local file, frontend gives a 404 error.
I do not see any logs in the terminal.
-
Hello! It's really an excellent work! Thanks for releasing the huggingface `transformers` based version. Recently, I'm doing experiments on some other datasets. Unfortunately, I met some problems when…
-
There is a data function called `group_texts`.
I understand that this function concatenates the texts and creates blocks of text with specific block size.
I wish to understand why you do so? Why no…