-
I am trying to run below code from @tomaarsen's HuggingFace blog on Sentence-Transformer-V3
### Code:
```python
from datasets import load_dataset
data = load_dataset('sentence-transformers…
-
I'm trying to train on two datasets at once. I'm using npy file list files for my datsets. Is training on multiple datasets at once supported? I put both in my config file, but I just keep getting thi…
-
Hi, I notice you set the batch size to 12 so there is a high chance to have multiple positive samples in one batch. It seems you did not explicitly handle this problem. Instead, these positive samples…
-
Thanks for your exciting work. May I ask you some questions:
Q1. When I train (meta-train) the model with 4 gpus with qpth solver, I get the RuntimeError(at the bottom). But when meta-training the mo…
-
These are the top operators by usage that do not support forward-over-reverse autograd. Supporting these requires writing the forward AD formula for the vjp of the operator. For example, to support fo…
-
Hello,
Is it possible to fine-tune the model on a dataset containing only sentences without labels?
I would like to find similar sentences using sentence-transformer.
Thanks!
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
- [X] This issue is not a question, feature request, or anything other than a bu…
-
Following a discussion on the Slack channel about inter-session alignment I thought I'd start an issue to summarise / discuss these things and come up with a plan on how this could be handled in Spike…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
- [X] This issue is not a question, feature request, or anything other than a…
-
Not really an issue, I just want to share my training code since some people still have some difficulties to write the training code. Just modify the code to suit your usage.
Feel free to ask or poi…