Instructions to use PaddleCI/tiny-random-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use PaddleCI/tiny-random-bert with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, BertForMaskedLM tokenizer = AutoTokenizer.from_pretrained("PaddleCI/tiny-random-bert", from_hf_hub=True) model = BertForMaskedLM.from_pretrained("PaddleCI/tiny-random-bert", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
6e59c5c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ab2790874db7a25e6555cb4fb6bccb26758b3ea546be1200d9336b5b213bf0ef
size 2100719
|