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")
The community tab is the place to discuss and collaborate with the HF community!