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
Resave model without delay tie reload requirement
#2
by ranieriargentini - opened
Resaved with current asmtransformers so ASMBertModel loads without the delay_tie_for_load compatibility path. Verified embeddings match the resaved branch output.
ranieriargentini changed pull request status to merged