-
Hello,
First of all, thank you for your spectacular work on this repo! It helped me in a lot of projects.
Back story: I would like to scale the training process (training on multiple GPUs) using…
b5y updated
10 months ago
-
## How to reproduce the behaviour
I have tried to install DaCy using the Powershell Prompt (0.0.1) using the Anaconda Navigator. Writing "pip install dacy" in the Powershell Prompt, my PC tries to …
-
### Describe the issue
```
{
"errorType": "Runtime.ExitError",
"errorMessage": "RequestId: f0bd9017-c3d2-496a-b974-b183f837bad9 Error: Runtime exited with error: signal: aborted"
}
```
``…
-
i think its some dependencies error pip is unable to find the specific dependency for the sentence-transformers in there
pip install sentence_transformers
Collecting sentence_transformers
Usi…
-
File "C:\Users\Dell\.conda\envs\xt\lib\site-packages\sentence_transformers\SentenceTransformer.py", line 33, in
class SentenceTransformer(nn.Sequential):
File "C:\Users\Dell\.conda\envs\xt\l…
ljvin updated
2 years ago
-
Hi,
I'm reading the training sts benchmark script (https://github.com/UKPLab/sentence-transformers/blob/master/examples/training/sts/training_stsbenchmark.py#L62) and found that there is no "save_b…
-
@tomaarsen
Just wanted to know if clip (text + image) embedding models will have an onnx quantized model? i tried finding it everywhere but had no luck. If it is there can you please point me to it?…
-
Hi,
I think https://github.com/MinishLab/model2vec might be a good fit for Embetter. It's a static subword embedder that outperforms both GloVE (300d) and BPEmb (50k, 300d) while being much smaller…
-
I was trying the following [example ](https://github.com/UKPLab/sentence-transformers/blob/master/examples/applications/basic_embedding.py) but I get the following error with `transformers version =3.…
-
### System Info
tranformers: v3.0.0-alpha.15
node: v18.20.3
MacOS M1 Sonoma 14.5
### Environment/Platform
- [ ] Website/web-app
- [ ] Browser extension
- [X] Server-side (e.g., Node.js,…