Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ base_model: intfloat/multilingual-e5-large
|
|
15 |
---
|
16 |
|
17 |
# TwinTransitionMapper_Green
|
18 |
-
This repository contains the model for our paper entitled Not all twins are identical: the digital layer of “twin” transition market applications
|
19 |
|
20 |
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.
|
21 |
|
|
|
15 |
---
|
16 |
|
17 |
# TwinTransitionMapper_Green
|
18 |
+
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).
|
19 |
|
20 |
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.
|
21 |
|