Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ model-index:
|
|
| 48 |
|
| 49 |
## SetFit with TurkuNLP/bert-base-finnish-cased-v1
|
| 50 |
|
| 51 |
-
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification of actions in asynchronous conversation. This particular model detects if a comment includes a
|
| 52 |
|
| 53 |
The model has been trained using an efficient few-shot learning technique that involves:
|
| 54 |
|
|
|
|
| 48 |
|
| 49 |
## SetFit with TurkuNLP/bert-base-finnish-cased-v1
|
| 50 |
|
| 51 |
+
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification of actions in asynchronous conversation. This particular model detects if a comment includes a statement or not. The configuration of the model is that the model is based on averaged annotations (from 3 annotators). Metric evaluations are based on conservative ground truth (see paper). This SetFit model uses TurkuNLP/bert-base-finnish-cased-v1 as the Sentence Transformer embedding model (using word embeddings). A LogisticRegression instance is used for classification.
|
| 52 |
|
| 53 |
The model has been trained using an efficient few-shot learning technique that involves:
|
| 54 |
|