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