Transformers How to use Jason4Cheese/Quantum-Christian with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Jason4Cheese/Quantum-Christian") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Jason4Cheese/Quantum-Christian", dtype="auto")