Instructions to use NetherlandsForensicInstitute/ARM64BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NetherlandsForensicInstitute/ARM64BERT with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("NetherlandsForensicInstitute/ARM64BERT") model = AutoModel.from_pretrained("NetherlandsForensicInstitute/ARM64BERT") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:587bf8c6f3c9d2f9571c9121ce89a6afb68dd4f700765f286517fdfcbad155c4
|
| 3 |
+
size 355043672
|