Downloads · 30 days
6
11% of all-time downloads
King-8/help-classifier-v2
help-classifier-v2 is a text classification model from King-8. Use it when you need a label for a piece of text. It is set up for transformers. The card lists the license as apache-2.0.
The Help Classifier Model (v2) is a fine-tuned NLP model designed to classify student help requests into meaningful categories within a collaborative learning environment.
Downloads · 30 days
6
11% of all-time downloads
All-time downloads
53
Public
Parameters
67M
268 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors268 MB · 100%
From the Hugging Face model README
The Help Classifier Model (v2) is a fine-tuned NLP model designed to classify student help requests into meaningful categories within a collaborative learning environment.
This model is part of a larger AI system built for the Coding in Color (CIC) ecosystem, supporting students working across domains such as AI development, game development, 2D/3D art, and robotics.
Its primary purpose is to:
Trained on 1,000 examples
Balanced dataset across all categories
Strong performance on:
👉 v2 significantly improves accuracy, stability, and real-world usability
Task Type: Text Classification
Input: Student message Output: One of 5 help categories
| Label | Description |
|---|---|
learning_help | User is trying to understand a concept or skill |
project_help | User needs direction or next steps in a project |
technical_issue | Something is broken or not working |
attendance_issue | User missed a meeting or needs to catch up |
general_guidance | User expresses uncertainty, stress, or needs advice |
| Epoch | Training Loss | Validation Loss |
|---|---|---|
| 1 | 0.552 | 0.512 |
| 2 | 0.111 | 0.122 |
| 3 | 0.032 | 0.077 |
| 4 | 0.025 | 0.064 |
Low validation loss (~0.06)
Strong generalization across unseen inputs
Stable convergence during training
Handles:
Input:
i missed the meeting and now idk what we’re doing
Output:
attendance_issue
Input:
my model works but the predictions are weird and I don’t know why
Output:
technical_issue
Input:
I feel like I’m behind and don’t know what to focus on
Output:
general_guidance
This model is integrated into an MCP (Model Context Protocol) system where it acts as:
Entry-point classifier for routing student inputs
Pipeline example:
User Input → Help Classifier → (Future: Generator / Summarizer)
Created by Kingston Lewis as part of the Coding in Color program for the AI Dev team.
This model is a fine-tuned version of distilbert-base-uncased on the King-8/help-request-messages-v2 dataset. It achieves the following results on the evaluation set:
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.5524 | 1.0 | 88 | 0.5124 |
| 0.1114 | 2.0 | 176 | 0.1221 |
| 0.0324 | 3.0 | 264 | 0.0771 |
| 0.0249 | 4.0 | 352 | 0.0643 |