Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ license: apache-2.0
|
|
14 |
base_model: intfloat/multilingual-e5-large
|
15 |
---
|
16 |
|
17 |
-
#
|
18 |
|
19 |
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
|
20 |
|
@@ -23,7 +23,7 @@ The model has been trained on paragraphs from German company websites using an e
|
|
23 |
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
24 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
25 |
|
26 |
-
The model is designed to predict the
|
27 |
|
28 |
### Model Description
|
29 |
- **Model Type:** SetFit
|
|
|
14 |
base_model: intfloat/multilingual-e5-large
|
15 |
---
|
16 |
|
17 |
+
# TwinTransitionMapper_Green
|
18 |
|
19 |
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
|
20 |
|
|
|
23 |
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
24 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
25 |
|
26 |
+
The model is designed to predict the clean technology capabilities of German companies based on their website texts. It is intended to be used in conjunction with the [TwinTransitionMapper_AI](https://huggingface.co/LKriesch/TwinTransitionMapper_AI) model to identify companies contributing to the twin transition in Germany. For detailed information on the fine-tuning process and the results of these models, please refer to: [LINK TO WORKING PAPER]
|
27 |
|
28 |
### Model Description
|
29 |
- **Model Type:** SetFit
|