Sentence Similarity
sentence-transformers
PyTorch
Safetensors
bert
feature-extraction
text-embeddings-inference
Instructions to use NetherlandsForensicInstitute/ARM64BERT-embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use NetherlandsForensicInstitute/ARM64BERT-embedding with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("NetherlandsForensicInstitute/ARM64BERT-embedding") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Remove contact information
Browse files
README.md
CHANGED
|
@@ -9,8 +9,6 @@ library_name: sentence-transformers
|
|
| 9 |
ARM64BERT-embedding 🦾
|
| 10 |
======================
|
| 11 |
|
| 12 |
-
_Who to contact:_ fbda [at] nfi [dot] nl \
|
| 13 |
-
|
| 14 |
[GitHub repository](https://github.com/NetherlandsForensicInstitute/asmtransformers)
|
| 15 |
|
| 16 |
## General
|
|
|
|
| 9 |
ARM64BERT-embedding 🦾
|
| 10 |
======================
|
| 11 |
|
|
|
|
|
|
|
| 12 |
[GitHub repository](https://github.com/NetherlandsForensicInstitute/asmtransformers)
|
| 13 |
|
| 14 |
## General
|