Instructions to use argilla/alpaca-garbage-collector-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use argilla/alpaca-garbage-collector-multilingual with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("argilla/alpaca-garbage-collector-multilingual") 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 argilla/alpaca-garbage-collector-multilingual with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("argilla/alpaca-garbage-collector-multilingual") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 220be08
Update README.md 70cd4d1
Update README.md 442c8ce
Update README.md d862046
Update README.md 106ae52
Update README.md 9c47363
Update README.md 9ee0d53
Update README.md 824f730
Update README.md b9ad619
Update README.md ed2d450
Update README.md d44e224
Update README.md bf2c834
Update README.md 9f2d78b
Update README.md f057b32
Upload front-image.png 9256536
Upload 3 files d40ba3b
Update README.md 81ab2c6
Add SetFit model 0b3bb4e
Daniel Vila commited on
initial commit 75ff2fa
Daniel Vila commited on