This is a
SetFit model that can be used for Pharo code comment classification.
1from setfit import SetFitModel
2
3# Download from the 🤗 Hub
4model = SetFitModel.from_pretrained("fabiancpl/nlbse25_pharo")
5# Run inference
6preds = model("This function sorts a list of numbers.")
1@inproceedings{11029440,
2 author={Peña, Fabian C. and Herbold, Steffen},
3 booktitle={2025 IEEE/ACM International Workshop on Natural Language-Based Software Engineering (NLBSE)},
4 title={Evaluating the Performance and Efficiency of Sentence-BERT for Code Comment Classification},
5 year={2025},
6 pages={21-24},
7 doi={10.1109/NLBSE66842.2025.00010}}