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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Conner Manuel commited on
Commit ·
1d7723c
1
Parent(s): 72705a1
Training in progress, step 13000
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 657195043
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:604c3c9c35420ca0ec7f5fa41b28e3cad96f16f2eee62a886e1379fdc7e0002c
|
| 3 |
size 657195043
|