Instructions to use matthew-mcc/gpt2_finetuned_p2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use matthew-mcc/gpt2_finetuned_p2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("matthew-mcc/gpt2_finetuned_p2") model = AutoModelForMultimodalLM.from_pretrained("matthew-mcc/gpt2_finetuned_p2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K