Instructions to use connermanuel/temporal_attention_bert-sample-2e5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use connermanuel/temporal_attention_bert-sample-2e5 with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForTemporalMaskedLM tokenizer = AutoTokenizer.from_pretrained("connermanuel/temporal_attention_bert-sample-2e5") model = BertForTemporalMaskedLM.from_pretrained("connermanuel/temporal_attention_bert-sample-2e5") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes