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")