Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Clementio
/
PLRS

Transformers
PyTorch
education
knowledge-tracing
recommendation-system
Model card Files Files and versions
xet
Community
2

Instructions to use Clementio/PLRS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Clementio/PLRS with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Clementio/PLRS", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
PLRS / plrs /model
50.4 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Clementina Tom (via Gemini)
Fix model paths: looking in models/ folder
e5cd6dd 5 days ago
  • __init__.py
    270 Bytes
    Upgrade to v0.2.0: Modular architecture, skill_encoder_v2 support, and model fallback 5 days ago
  • evaluator.py
    14.8 kB
    Upgrade to v0.2.0: Modular architecture, skill_encoder_v2 support, and model fallback 5 days ago
  • model_loader.py
    3.88 kB
    Fix model paths: looking in models/ folder 5 days ago
  • sakt.py
    7.33 kB
    Upgrade to v0.2.0: Modular architecture, skill_encoder_v2 support, and model fallback 5 days ago
  • sakt_decay.py
    9.2 kB
    Upgrade to v0.2.0: Modular architecture, skill_encoder_v2 support, and model fallback 5 days ago
  • trainer.py
    14.9 kB
    Upgrade to v0.2.0: Modular architecture, skill_encoder_v2 support, and model fallback 5 days ago