Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:2400
loss:CosineSimilarityLoss
text-embeddings-inference
Instructions to use masud202/ats_text_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use masud202/ats_text_detection with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("masud202/ats_text_detection") sentences = [ "banned / controlled drugs: heroin", "This webpage mentions 'jihad' in a context related to hate / extremism.", "This webpage mentions 'no kyc loan' in a context related to unlicensed lending / loans.", "This webpage mentions 'heroin' in a context related to banned / controlled drugs." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!