theworker02/atlas-of-knowledge
Preview • Updated • 94
How to use theworker02/atlas-of-knowledge-medium with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("gpt2-medium")
model = PeftModel.from_pretrained(base_model, "theworker02/atlas-of-knowledge-medium")This is a LoRA adapter for gpt2-medium trained on Atlas of Knowledge v1.0.3
instruction records. It generates educational responses; it is not a factual authority,
professional advisor, or benchmark of broad educational competence.
The adapter requires the named base model. Its training data contains systematically expanded educational records, so outputs can repeat dataset phrasing or overfit to its structure. Evaluate outputs independently before any consequential use.
Base model
openai-community/gpt2-medium