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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ee5734803ba80341b4cca183ad9bfeedd275600da93e47e50e73ddff77df0ab
|
| 3 |
+
size 1387999168
|