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 ·
9a568d0
1
Parent(s): 1d7723c
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- training_args.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:bca3457c3516aa0d741dc7e19ab6682aa723f145ba6f8c75cc2fd1882969be99
|
| 3 |
size 657195043
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3375
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0fa36c467d1076f1cc47f5196c2ff312fb83bbcc62746f40eea2f064ecdaa8b
|
| 3 |
size 3375
|