Instructions to use hf-internal-testing/tiny-random-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-bert with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-bert", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (fc8aa49a1308e20c3969d152d9b5edf5e3b5fb4b)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>