tomaarsen HF staff commited on
Commit
bb532e6
1 Parent(s): ac307cc

Update model name in snippet

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -298,7 +298,7 @@ Then you can load this model and run inference.
298
  from sentence_transformers import SentenceTransformer
299
 
300
  # Download from the 🤗 Hub
301
- model = SentenceTransformer("tomaarsen/ModernBERT-base-gooaq-8e-05")
302
  # Run inference
303
  sentences = [
304
  'are you human korean novela?',
 
298
  from sentence_transformers import SentenceTransformer
299
 
300
  # Download from the 🤗 Hub
301
+ model = SentenceTransformer("tomaarsen/ModernBERT-base-gooaq")
302
  # Run inference
303
  sentences = [
304
  'are you human korean novela?',