Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,12 @@ This is a [SetFit model](https://github.com/huggingface/setfit) that can be used
|
|
| 14 |
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
| 15 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
## Usage
|
| 18 |
|
| 19 |
To use this model for inference, first install the SetFit library:
|
|
@@ -33,17 +39,17 @@ model = SetFitModel.from_pretrained("mahaswec/setfit_ostrom")
|
|
| 33 |
preds = model(["i loved the spiderman movie!", "pineapple on pizza is the worst 🤮"])
|
| 34 |
```
|
| 35 |
|
|
|
|
| 36 |
## BibTeX entry and citation info
|
| 37 |
|
| 38 |
```bibtex
|
| 39 |
-
@article{
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
author =
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
year = {2022},
|
| 47 |
-
copyright = {Creative Commons Attribution 4.0 International}
|
| 48 |
}
|
|
|
|
| 49 |
```
|
|
|
|
| 14 |
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
| 15 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
| 16 |
|
| 17 |
+
Model is meant to classify Ostrom rule types for institutional analysis. Read more at https://papers.ssrn.com/sol3/Delivery.cfm?abstractid=5845434
|
| 18 |
+
|
| 19 |
+
###Performance
|
| 20 |
+
|
| 21 |
+

|
| 22 |
+
|
| 23 |
## Usage
|
| 24 |
|
| 25 |
To use this model for inference, first install the SetFit library:
|
|
|
|
| 39 |
preds = model(["i loved the spiderman movie!", "pineapple on pizza is the worst 🤮"])
|
| 40 |
```
|
| 41 |
|
| 42 |
+
|
| 43 |
## BibTeX entry and citation info
|
| 44 |
|
| 45 |
```bibtex
|
| 46 |
+
@article{Yin2025-rt,
|
| 47 |
+
title = "Governing the digital commons at scale: Detecting Ostrom rule types
|
| 48 |
+
in {OSS}",
|
| 49 |
+
author = "Yin, Likang and Atkisson, Curtis and Chakraborti, Mahasweta and
|
| 50 |
+
Ruiz, Santiago Virguez and Bushouse, Brenda and Schweik, Charlie
|
| 51 |
+
and Frey, Seth and Filkov, Vladimir",
|
| 52 |
+
year = 2025
|
|
|
|
|
|
|
| 53 |
}
|
| 54 |
+
|
| 55 |
```
|