Instructions to use akreal/tiny-random-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use akreal/tiny-random-bert with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("akreal/tiny-random-bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
843b6ae | 1 2 3 4 | This is a copy of: https://huggingface.co/hf-internal-testing/tiny-random-bert
Changes: use old format for `pytorch_model.bin`.
|