-
I am currently integrating a reranking solution into my Haystack RAG pipeline. While I have been using [MetaRank](https://www.metarank.ai/) Reranker, I am exploring FlashRank as an alternative due to …
-
I might misunderstand the example in the [docs](https://www.sbert.net/examples/unsupervised_learning/TSDAE/README.html), but I read the example as how we can *finetune* an existing model using TSDAE (…
-
Hi. I am getting different embeddings when
1. Python, sentence encoder
```
model_standard = SentenceTransformer("all-MiniLM-L6-v2")
print(model_standard.encode("Hello World"))
```
Outpu…
0110G updated
2 months ago
-
I get this error when running '!python agent.py --config config.yaml'
/content/muzic/musicagent
2023-12-04 10:03:54.786370: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow bin…
-
Using Eland to load the model https://huggingface.co/osiria/minilm-l12-h384-italian-cased , I obtain this error
```
Establishing connection to Elasticsearch
Connected to cluster named 'xxxxxxxx' (v…
-
(humanoid) nuli@nuli-Legion-Y9000P-IRX8:~/rl/expressive-humanoid/ASE/ase/poselib$ python parse_cmu_mocap_all.py
Found 617 entries containing 'walk', 252 unique entries.
Found 16 entries containing '…
-
Hi @kayhayen ,
I am trying to compile a basic sentence transformer code using Nuitka. The code is given in the sentence-transformer tutorial at :
https://sbert.net/docs/quickstart.html
```
from …
-
I noticed that cross encoders return fairly low scores on arguably, similar short texts. One of the tested models returned low scores on the same text as well. I wonder if that behaviour is well-docum…
-
텍스트 리뷰 임베딩 데이터 저장하기
-> 2가지 방식
1. Spark NLP 모델 사용하기
2. 허깅페이스 모델 사용하기
리서치 영역
-> 데이터 마다 다르니깐, 쇼핑 리뷰에 가까운 모델을 찾으면 베스트.
-> sentence-bert
**1. SparkNLP**
https://sparknlp.org/2020/08/25/sent_s…
-
How to solve the problem in the picture below
![Snipaste_2024-10-22_21-42-05](https://github.com/user-attachments/assets/a6967a17-ad9e-4ccd-bb13-06ee2d7747da)