Sentence Similarity
sentence-transformers
Safetensors
mpnet
feature-extraction
Generated from Trainer
dataset_size:500431
loss:SoftmaxLoss
loss:MultipleNegativesRankingLoss
bhaviktheslider commited on
Commit
e78bf7e
·
verified ·
1 Parent(s): 7aa6eef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -101,7 +101,7 @@ Then you can load this model and run inference.
101
  from sentence_transformers import SentenceTransformer
102
 
103
  # Download from the 🤗 Hub
104
- model = SentenceTransformer("bhaviktheslider/finetuned-ecfr-embeddings")
105
  # Run inference
106
  sentences = [
107
  'The coordinator serves as the main point of contact between DEA registered locations and the CSOS Certification Authority for issues pertaining to issuance, revocation, and changes to digital certificates.',
 
101
  from sentence_transformers import SentenceTransformer
102
 
103
  # Download from the 🤗 Hub
104
+ model = SentenceTransformer("MasterControlAIML/finetuned-ecfr-embeddings")
105
  # Run inference
106
  sentences = [
107
  'The coordinator serves as the main point of contact between DEA registered locations and the CSOS Certification Authority for issues pertaining to issuance, revocation, and changes to digital certificates.',