Instructions to use and111/bert_base_uncased_for_pretraining with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use and111/bert_base_uncased_for_pretraining with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("and111/bert_base_uncased_for_pretraining") model = AutoModelForPreTraining.from_pretrained("and111/bert_base_uncased_for_pretraining") - Notebooks
- Google Colab
- Kaggle
add model
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 440498531
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f785a1f853dd4a2e78653cad8155249b328520d74d086635766ecd84727c81a
|
| 3 |
size 440498531
|