CoolFace
Modelpublic

bmnzyb/CampGPT_X

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes35downloads
Model Card

CampGPT-Student-Handbook

A compact GPT model trained for university student handbook Q&A.

Model Details

PropertyValue
Parameters322,680,576 (322.7M)
ArchitectureTransformer (GQA + RoPE + SwiGLU + MoE)
Layers12
Heads12 (KV: 4)
Embedding768
Context Length1024
Tokenizertiktoken (GPT-2, 50257 vocab)
TrainingPretrain -> SFT -> DPO

Training Pipeline

  1. 1.Pretrain: 10B tokens from FineWeb-Edu
  2. 2.SFT: Fine-tuned on student handbook Q&A pairs
  3. 3.DPO: Preference optimization with chosen/rejected pairs

Usage

python
from serve import CampGPTServer

server = CampGPTServer("campgpt-student-handbook")
response = server.chat("What are the requirements for a scholarship?")
print(response)

Chat Format

text
### System:
You are a helpful university assistant...

### User:
What are the scholarship requirements?

### Assistant:
Based on the student handbook...

Limitations

  • —Small model with limited capacity
  • —Knowledge limited to the specific student handbook used for training
  • —May hallucinate details not in the training data