# Load model directly
from transformers import GPTForHF
model = GPTForHF.from_pretrained("Uniform-Distribution/uniform-test-162M-base", dtype="auto")Quick Links
README.md exists but content is empty.
- Downloads last month
- 20
Model tree for Uniform-Distribution/uniform-test-162M-base
Unable to build the model tree, the base model loops to the model itself. Learn more.
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Uniform-Distribution/uniform-test-162M-base")