LKriesch commited on
Commit
90f88d4
·
verified ·
1 Parent(s): 7089f9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ inference: true
14
  ---
15
 
16
  # TwinTransitionMapper_AI
17
- This repository contains the model for our paper entitled Not all twins are identical: the digital layer of “twin” transition market applications (https://drive.google.com/file/d/1MN0GSl1FExHYkDyN_VhEt8yFwMX1MM4x/view?usp=drive_link) which is under review in Regional Studies (https://www.tandfonline.com/journals/cres20).
18
 
19
  This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [intfloat/multilingual-e5-large](https://huggingface.co/intfloat/multilingual-e5-large) as the Sentence Transformer embedding model. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
20
 
 
14
  ---
15
 
16
  # TwinTransitionMapper_AI
17
+ This repository contains the model for our paper entitled [Not all twins are identical: the digital layer of “twin” transition market applications](https://drive.google.com/file/d/1MN0GSl1FExHYkDyN_VhEt8yFwMX1MM4x/view?usp=drive_link) which is under review in Regional Studies (https://www.tandfonline.com/journals/cres20).
18
 
19
  This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [intfloat/multilingual-e5-large](https://huggingface.co/intfloat/multilingual-e5-large) as the Sentence Transformer embedding model. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
20