Update README.md
Browse files
README.md
CHANGED
@@ -390,7 +390,7 @@ Then you can load this model and run inference.
|
|
390 |
from sentence_transformers import SentenceTransformer
|
391 |
|
392 |
# Download from the 🤗 Hub
|
393 |
-
model = SentenceTransformer("AdamLucek/
|
394 |
# Run inference
|
395 |
sentences = [
|
396 |
'contracting/contracting-assistance-programs/sba-mentor-protege-program (last visited Apr. 19, \n2023). \n5 \n \nprotégé must demonstrate that the added mentor-protégé relationship will not adversely affect the \ndevelopment of either protégé firm (e.g., the second firm may not be a competitor of the first \nfirm).” 13 C.F.R. § 125.9(b)(3).',
|
|
|
390 |
from sentence_transformers import SentenceTransformer
|
391 |
|
392 |
# Download from the 🤗 Hub
|
393 |
+
model = SentenceTransformer("AdamLucek/ModernBERT-embed-base-legal-MRL")
|
394 |
# Run inference
|
395 |
sentences = [
|
396 |
'contracting/contracting-assistance-programs/sba-mentor-protege-program (last visited Apr. 19, \n2023). \n5 \n \nprotégé must demonstrate that the added mentor-protégé relationship will not adversely affect the \ndevelopment of either protégé firm (e.g., the second firm may not be a competitor of the first \nfirm).” 13 C.F.R. § 125.9(b)(3).',
|