-
Traceback (most recent call last):
File "/home/xzhou/paper-baseline/AncSetfit-main/train.py", line 3, in
from setfit.modeling import SetFitBaseModel, SKLearnWrapper, sentence_pairs_generation…
-
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…
-
Hi,
I took the following example and enabled the training part in the code: https://github.com/huggingface/setfit/blob/main/notebooks/setfit-onnx-optimum.ipynb
But example gives an error:
```
…
-
Hello gents,
I was hoping I can get a second opinion about a situation I am facing while using setfit for a multi class classification use case.
The dataset is small with 255 samples across 9 clas…
-
Now that sentence transformers support multiple gpus, i was wondering if setfit supports it also? does Anyone has any idea about setting the number of GPUs in the setfittrainer
-
Hi! Regarding the support of SetFit for token classification. There is any specific adaptations necessary for this task?
-
https://github.com/huggingface/setfit
Hisia 2.0 should do more than positive | negative
-
## Which page or section is this issue related to?
https://github.com/argilla-io/argilla/blob/develop/docs/_source/tutorials/notebooks/labelling-textclassification-sentencetransformers-semantic.i…
-
## Original Task
Citing from the original course task:
> Training a strong Hebrew Sentence Encoder from a pretrained Decoder While recent years
have brought many additions to the open-source set …
-
Can someone please provide a guide, how to deploy the SetFit model on Amazon SageMaker. I think HuggingFace doesn't support this. I have tried following the script but it's not working.
Note: SetFi…