Text Classification
ONNX
sentence-transformers
French
English
yes-no
intent-classification
distillation
edge
quantization
Eval Results (legacy)
Instructions to use jcfossati/ForSureLLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use jcfossati/ForSureLLM with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("jcfossati/ForSureLLM") 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] - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 3a2d895 verified
Upload forsurellm-int8_fr-en.onnx bd2bace verified
update ONNX checkpoint f8f66b7 verified
Update README.md 2df5026 verified
Update README.md ffa4695 verified
Update README.md ad4f7ab verified
JC commited on
Upload forsurellm-int8.onnx c72ca87 verified
JC commited on
initial commit 7932a30 verified
JC commited on