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
File size: 475 Bytes
69b030b 56b304a 69b030b 56b304a 69b030b 56b304a 69b030b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"backend": "tokenizers",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": false,
"do_lower_case": false,
"is_local": false,
"local_files_only": false,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": false,
"tokenizer_class": "ARM64Tokenizer",
"unk_token": "[UNK]"
}
|