Text Classification
setfit
Safetensors
sentence-transformers
English
bert
generated_from_setfit_trainer
text-embeddings-inference
Instructions to use fabiancpl/nlbse25_python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- setfit
How to use fabiancpl/nlbse25_python with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("fabiancpl/nlbse25_python") - sentence-transformers
How to use fabiancpl/nlbse25_python with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("fabiancpl/nlbse25_python") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 78cb40b8fd61fca6f1c9277d801ac93603e3127f9fb0b57a57bbe60d27479c54
- Size of remote file:
- 430 kB
- SHA256:
- c072eebf4c6641f4cffe5ac1ea2874e91cd62359dd1c1bc293c59afc3b5bb04c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.