arabic-teacher / src /models /__init__.py
Kelly Diabagate
Add src/models module for HuggingFace model loading
f5ce542
Raw
History Blame Contribute Delete
199 Bytes
"""Model loading utilities for the Arabic teaching system."""
from src.models.hf_model_loader import load_grading_model, load_teaching_model
__all__ = ["load_teaching_model", "load_grading_model"]