-
SentenceTransformer models can have an associated `config_sentence_transformers.json` file ([see this one for example](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/blob/main/config_se…
-
Thanks for doing this work! It is really great!
The current version of sentence transformers in conda is 0.4.1. Is it possible for the versions in conda to be synced with the releases here! I ask b…
-
I've written an Extractive Summarizer called [CX_DB8](https://github.com/Hellisotherpeople/CX_DB8) which utilizes pretrained word-embedding models to summarize/semantically-search documents. It works…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
## Issue
When loading this library twice in the same process and use it concurrently the process crashes due SegmentationFault error.
It happens when:
- loading different or the same model
- sho…
avaz updated
5 months ago
-
### Feature request
There are some models such that their forward pass doesn't get position_ids. e.g. we can see that OPTModel doesn't get position_ids, while GPTJModel does get position_ids. most ne…
-
Hello all,
I am experiencing an error when loading the clip model clip-ViT-B-32. I am on macOS Big Sur Version 11.5.2. I am also using python 3.9 and the following versions of related packages
`…
-
Repro:
transformers: `pip install git+https://github.com/huggingface/transformers`
setfit: `pip install setfit==1.1.0`
code:
```
dataset = load_dataset("sst2")
train_dataset = samp…
-
We have a model listing for our pre-trained models support: https://opensearch-project.github.io/opensearch-py-ml/reference/pre_trained_models.html
This list is not updated if you compare with this…
-
I'm trying to fine tune cross encoder. I follow [this manual ](https://dev-kit.io/blog/ai/fine-tuning-cross-encoders-re-ranking). My code below return the error on the last step (model.fit)
Please re…