AdamLucek commited on
Commit
79fcb63
·
verified ·
1 Parent(s): 013a786

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/modernbert-embed-base-legal-matryoshka-2")
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).',