LKriesch commited on
Commit
787d63a
·
verified ·
1 Parent(s): 19a0fe7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ license: apache-2.0
14
  base_model: intfloat/multilingual-e5-large
15
  ---
16
 
17
- # SetFit
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 AI 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
 
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