Instructions to use mathxh/db_bert_auto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mathxh/db_bert_auto with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("mathxh/db_bert_auto") model = AutoModelForPreTraining.from_pretrained("mathxh/db_bert_auto") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a175cbc8129a6e9709e40545ed57d8469e6f17b369ea1349a2eafbd46c34d34
|
| 3 |
+
size 442247625
|