-
Hi Team,
I have trained SetFit trainer for text classification task on my custom data as following :
`model = SetFitModel.from_pretrained("sentence-transformers/paraphrase-mpnet-base-v2",
use…
-
Hi,
I am trying to compare setfit with another approach. The other approach is like this:
1. Define a list of representative sentences per class, call it `rep_sent`
2. Compute sentence embeddings f…
-
Hi there,
I am very new to using transformer models space and especially to setfit. My task to build a classification model using Setfit (Few shot text classification) as I just have 500 customer r…
-
Some terms were reported by ESS attendees. This is an exhaustive list of terms in the Soil-EMSL template on the submission portal that either are missing guidance text and/or example text.
**Missin…
-
**Bug** 💥
When running the line `evaluator.run(split="test")` in the notebook "[Using_LayoutLM_for_sequence_classification.ipynb](https://github.com/deepdoctection/notebooks/blob/main/Using_LayoutLM_…
-
Currently, I get:
?- X = '愛'.
caught: error(syntax_error(invalid_single_quoted_character),read_term/2)
Expected: `X = '愛'` or `X = 愛`.
-
**Environment:**
Platform: RS V1.0.1 OPS Orange Cloud
Configuration: rs-config branch op based on 0.5.0-rc1 MIS / rs-processing-config 0.4.0-rc2
**Current Behavior:**
Many products gener…
-
### Problem Definition
The following snippet should not fail with `Incomparable_Values` error:
```
[Nothing, Number.nan, 3, 2, 1].sort
```
The problem is, that `Nothing` and `Number.nan` are _i…
-
[Implicit and Explicit Aspect Extraction in Financial Microblogs](https://aclanthology.org/W18-3108.pdf)
I chose this paper because they stated in the subject of the paper that they have focused on…
-
The backend side of this project is comprised of two components (for now):
1. PDF Ingestion
2. AI Interactions
This issue is meant to capture work and discussion related to the backend side of PD…