Views
No views yet
python -m pip install setfit1from setfit import SetFitModel
2
3# Download from Hub and run inference
4model = SetFitModel.from_pretrained("Likang/OSS-Governance-Update")
5# Run inference
6preds = model(["Let's schedule a meeting to discuss how to onboard new committers!"])TBA