-
I had meet some erros, at begin I think maybe I download the model wrongly, then I redo download but the errors still exist,my python version == 3.11.7 and sentence-transformers ==2.31.0, my transform…
-
Given there are so many LLM-based models on top of MTEB benchmark nowadays, is there a canonical way to train with FSDP now? I'm trying to explore along this direction, but I just want to ask if there…
-
BerTopic Version = 0.16.4
```
umap_model = umap.UMAP(n_neighbors=15, n_components=24, min_dist=0.0, metric='cosine', random_state=100)
embedding_model = SentenceTransformer('sentence-transformers/p…
-
**Error:**
ModuleNotFoundError: No module named 'sentence_transformers' In call to configurable 'SupertMetric' ()
**Version:**
0.891
**Description**
Tried the new summ_eval package but stil…
-
After installing from requirements.txt running ```python -m unittest tests.integration.test_wic_models.TestWICModels.test_wic_ger_ackergeraet_engpass```
results in ```sentence_transformers``` and ```…
-
Although Bumblebee already supports many sentence transformer models, the MPNet based ones are currently not usable. Since these are also quite popular on huggingface and also perform the best accordi…
-
操作系统版本:Ubuntu 20.04 LTS
python版本:3.10.9
transformers安装的时候没有指定版本,安装的是最新4.24.0版
(base) root@st-desktop:~/xxy/Chinese-LangChain# python -m pip list |grep transformers
sentence-transformers 2…
-
*This won’t get worked on since this project is moving into maintenance mode, but I wanted to write this note out for anyone who might pick up this project in the future or use parts of it in related …
-
### System Info
latest version of transformers, Colab TPU, tensorflow 2
### Who can help?
@kamalkraj @Rocketknight1 @BigBird01
### Information
- [ ] The official example scripts
- [X]…
-
Our current approach embeds datasets using Sentence Transformers that give us one embedding per "chunk" of text (so if we pass in 500 tokens of text or 100 tokens of text we always get 1 embedding). S…