NextGenInstitute/socraticDataset1680
Viewer β’ Updated β’ 1.68k β’ 64
How to use NextGenInstitute/socraticMuse30B with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for NextGenInstitute/socraticMuse30B to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for NextGenInstitute/socraticMuse30B to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for NextGenInstitute/socraticMuse30B to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="NextGenInstitute/socraticMuse30B",
max_seq_length=2048,
)This repository contains the LoRA adapters for Socratic Muse-30B, post-trained using a two-stage Supervised Fine-Tuning (SFT) and Direct Preference Optimization (DPO) curriculum designed for undergraduate Artificial Intelligence education.
Standard code generation LLMs default to leaking direct copy-paste code solutions when students face programming bugs, eliminating the productive struggle needed for conceptual mastery.
Socratic Muse-30B is aligned to:
| Model Baseline | Direct Code Leakage (β) | Pedagogical Utility (1-5) (β) | Conceptual Accuracy % (β) |
|---|---|---|---|
| Gemini 3.5 Flash (Google Frontier) | 0.0% | 4.79 / 5.0 | 98.7% |
| GPT-5.4-mini (Proprietary) | 0.0% | 4.67 / 5.0 | 98.7% |
| Socratic Muse-30B (SFT+DPO) | 0.0% | 4.75 / 5.0 | 90.0% |
| Socratic Llama-8B (SFT+DPO) | 0.0% | 3.54 / 5.0 | 76.0% |
| Base Llama-3.1-8B-Instruct | 1.3% | 2.55 / 5.0 | 20.0% |
| Qwen2.5-Coder-7B-Instruct | 6.0% | 2.37 / 5.0 | 20.0% |
The model was aligned on the Socratic AI Pedagogy Preference Dataset (1,680 Quadruplets).
Base model
meta-models/Muse-Glimmer-30B