Instructions to use kimnt93/query-cls-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use kimnt93/query-cls-ft with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("kimnt93/query-cls-ft") 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 kimnt93/query-cls-ft with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("kimnt93/query-cls-ft") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 82e55bed6ccf28f14b95751224c5ed8410f557f7f687a62c41bd63439e2bb242
- Size of remote file:
- 1.11 GB
- SHA256:
- d53b36610d1c6e0c310d40f656fdc5d58f7ed2157f0537b9dd2f8930d7891c6f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.