Henniina commited on
Commit
3df7db6
·
verified ·
1 Parent(s): c91f448

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 question or not. The configuration of the model is that the model is based on only one annotator's annotations (annotator A3). 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
 
 
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