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