How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="hoskinson-center/proofGPT-v0.1-6.7B")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("hoskinson-center/proofGPT-v0.1-6.7B")
model = AutoModelForCausalLM.from_pretrained("hoskinson-center/proofGPT-v0.1-6.7B")
Quick Links

ProofGPT-v0.1

Model Description

ProofGPT-v0.1 is a 6.7B parameter language model based on the GPT-NeoX architecture and trained on the proof-pile (v1.1). We initiailized training with pythia-6.7b weights, a precursor to the pythia-6.9b model that has roughly equivalent performance.

Detailed evaluations coming soon :)

Downloads last month
359
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train hoskinson-center/proofGPT-v0.1-6.7B

Space using hoskinson-center/proofGPT-v0.1-6.7B 1