FremyCompany commited on
Commit
2ab0c87
·
verified ·
1 Parent(s): e526691

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -77,7 +77,7 @@ Then you can load this model and run inference.
77
  from sentence_transformers import SentenceTransformer
78
 
79
  # Download from the 🤗 Hub
80
- model = SentenceTransformer("Parallia/Fairly-Multilingual-ModernBERT-Embed-BE")
81
  # Run inference
82
  sentences = [
83
  'These three mysterious men came to our help.',
 
77
  from sentence_transformers import SentenceTransformer
78
 
79
  # Download from the 🤗 Hub
80
+ model = SentenceTransformer("Parallia/Fairly-Multilingual-ModernBERT-Embed-BE", trust_remote_code=True)
81
  # Run inference
82
  sentences = [
83
  'These three mysterious men came to our help.',