Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ base_model: intfloat/multilingual-e5-large
|
|
16 |
|
17 |
# TwinTransitionMapper_Green
|
18 |
|
19 |
-
This is a
|
20 |
|
21 |
The model has been trained on paragraphs from German company websites using an efficient few-shot learning technique that involves:
|
22 |
|
|
|
16 |
|
17 |
# TwinTransitionMapper_Green
|
18 |
|
19 |
+
This is a SetFit model that can be used for Text Classification. This SetFit model uses intfloat/multilingual-e5-large as the Sentence Transformer embedding model. A LogisticRegression instance is used for classification.
|
20 |
|
21 |
The model has been trained on paragraphs from German company websites using an efficient few-shot learning technique that involves:
|
22 |
|