mbrede commited on
Commit
96e5eae
·
verified ·
1 Parent(s): c7afa11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -3,15 +3,16 @@ language: multilingual
3
  library_name: setfit
4
  license: mit
5
  metrics:
6
- - accuracy
7
  pipeline_tag: text-classification
8
  tags:
9
  - setfit
10
  - sentence-transformers
11
  - text-classification
12
- - generated_from_setfit_trainer
13
  widget: []
14
  inference: true
 
 
15
  ---
16
 
17
  # SetFit
@@ -31,7 +32,7 @@ The model has been trained using an efficient few-shot learning technique that i
31
  - **Classification head:** a OneVsRestClassifier instance
32
  - **Maximum Sequence Length:** 512 tokens
33
  - **Number of Classes:** 4 classes
34
- <!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
35
  - **Language:** multilingual
36
  - **License:** mit
37
 
 
3
  library_name: setfit
4
  license: mit
5
  metrics:
6
+ - f1
7
  pipeline_tag: text-classification
8
  tags:
9
  - setfit
10
  - sentence-transformers
11
  - text-classification
 
12
  widget: []
13
  inference: true
14
+ base_model:
15
+ - intfloat/multilingual-e5-large
16
  ---
17
 
18
  # SetFit
 
32
  - **Classification head:** a OneVsRestClassifier instance
33
  - **Maximum Sequence Length:** 512 tokens
34
  - **Number of Classes:** 4 classes
35
+ - **Training Dataset:** [A database of coded PSE-text published by Schönbrodt et al. (2021)](http://dx.doi.org/10.23668/psycharchives.2738)
36
  - **Language:** multilingual
37
  - **License:** mit
38