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