Instructions to use nickmuchi/setfit-model-financial-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use nickmuchi/setfit-model-financial-classification with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("nickmuchi/setfit-model-financial-classification") 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] - setfit
How to use nickmuchi/setfit-model-financial-classification with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("nickmuchi/setfit-model-financial-classification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6611b6fd4871701867e37f2e46e9735939367b6031a40e0787513cd54642de86
- Size of remote file:
- 438 MB
- SHA256:
- 81f0bb95846f879a4b8bdc93440696b2896020e40ed5b7b36a4735b3869324be
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.