Rijgersberg
commited on
Commit
•
d3f93f5
1
Parent(s):
705cbfb
Fix typo
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ def mean_pooling(model_output, attention_mask):
|
|
77 |
sentences = ['This is an example sentence', 'Each sentence is converted']
|
78 |
|
79 |
# Load model from HuggingFace Hub
|
80 |
-
tokenizer = AutoTokenizer.from_pretrained('NetherlandsForensicInstitute/robbert-2022-dutch-sentence-transformers
|
81 |
model = AutoModel.from_pretrained('NetherlandsForensicInstitute/robbert-2022-dutch-sentence-transformers')
|
82 |
|
83 |
# Tokenize sentences
|
|
|
77 |
sentences = ['This is an example sentence', 'Each sentence is converted']
|
78 |
|
79 |
# Load model from HuggingFace Hub
|
80 |
+
tokenizer = AutoTokenizer.from_pretrained('NetherlandsForensicInstitute/robbert-2022-dutch-sentence-transformers')
|
81 |
model = AutoModel.from_pretrained('NetherlandsForensicInstitute/robbert-2022-dutch-sentence-transformers')
|
82 |
|
83 |
# Tokenize sentences
|