Downloads · 30 days
11
44% of all-time downloads
phospho-app/MODEL_ID
MODEL_ID is a feature extraction model from phospho-app. Use it when you need embeddings to search or compare text. It is set up for transformers. The card lists the license as apache-2.0.
This is a SetFit model that can be used for Text Classification on CPU.
Downloads · 30 days
11
44% of all-time downloads
All-time downloads
25
Public
Parameters
109M
438 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors438 MB · 100%
From the Hugging Face model README
This is a SetFit model that can be used for Text Classification on CPU.
The model has been trained using an efficient few-shot learning technique.
from setfit import SetFitModel
model = SetFitModel.from_pretrained("MODEL_ID")
outputs = model.predict(["This is a sentence to classify", "Another sentence"])
# tensor([1, 0])
This work was possible thanks to the SetFit library and the work of:
Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren (2022). Efficient Few-Shot Learning Without Prompts.