Text Classification
setfit
Safetensors
sentence-transformers
qwen3
generated_from_setfit_trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use fefofico/crisis_trained_f2llm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- setfit
How to use fefofico/crisis_trained_f2llm with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("fefofico/crisis_trained_f2llm") - sentence-transformers
How to use fefofico/crisis_trained_f2llm with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("fefofico/crisis_trained_f2llm") 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
- Xet hash:
- 49bfbcb47cbcbb3a8624bcd11d81acc7b9d698f888fed95dcbbbfb2113807270
- Size of remote file:
- 11.4 MB
- SHA256:
- 0a759ec3cc00c60c9e37bdff475d6a27ea22c71622497428a033b25eead1cc88
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.