Unconditional Image Generation
Transformers
PyTorch
ONNX
gpt2
text-generation
text-generation-inference
Instructions to use commaai/commavq-gpt2m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use commaai/commavq-gpt2m with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("commaai/commavq-gpt2m") model = AutoModelForCausalLM.from_pretrained("commaai/commavq-gpt2m") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened about 1 year ago
by
SFconvertbot