Update README.md
Browse files
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("
|
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.',
|