kevinkrahn
commited on
Commit
•
c11b0cc
1
Parent(s):
fbc88e2
Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ def cls_pooling(model_output):
|
|
55 |
|
56 |
|
57 |
# Sentences we want sentence embeddings for
|
58 |
-
sentences = ['This is an
|
59 |
|
60 |
# Load model from HuggingFace Hub
|
61 |
model = AutoModel.from_pretrained('kevinkrahn/shlm-grc-en', trust_remote_code=True)
|
|
|
55 |
|
56 |
|
57 |
# Sentences we want sentence embeddings for
|
58 |
+
sentences = ['This is an English sentence', 'Ὁ Παρθενών ἐστιν ἱερὸν καλὸν τῆς Ἀθήνης.']
|
59 |
|
60 |
# Load model from HuggingFace Hub
|
61 |
model = AutoModel.from_pretrained('kevinkrahn/shlm-grc-en', trust_remote_code=True)
|