Instructions to use echarlaix/tiny-random-gpt2-torchscript with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use echarlaix/tiny-random-gpt2-torchscript with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("echarlaix/tiny-random-gpt2-torchscript", dtype="auto") - Notebooks
- Google Colab
- Kaggle
update-model
#1
by echarlaix HF Staff - opened