Views
No views yet

python -m pip install setfit1from setfit import SetFitModel
2
3# Download from Hub and run inference
4model = SetFitModel.from_pretrained("mahaswec/setfit_ostrom")
5# Run inference
6preds = model(["i loved the spiderman movie!", "pineapple on pizza is the worst 🤮"])1@article{Yin2025-rt,
2 title = "Governing the digital commons at scale: Detecting Ostrom rule types
3 in {OSS}",
4 author = "Yin, Likang and Atkisson, Curtis and Chakraborti, Mahasweta and
5 Ruiz, Santiago Virguez and Bushouse, Brenda and Schweik, Charlie
6 and Frey, Seth and Filkov, Vladimir",
7 year = 2025
8}
9