Update model name in snippet
Browse files
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
|
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?',
|