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