🌸 Bloom Check-in Quality Classifier

The Bloom Check-in Quality Classifier is a fine-tuned DistilBERT model designed to analyze daily check-ins from the Coding in Color program and classify them into one of three categories:

  • Descriptive β€” Clear, thoughtful, and specific check-ins
  • Neutral β€” Somewhat informative but missing depth
  • Vague β€” Minimal or unclear updates

This model powers Bloom AI’s productivity assistant, which helps students reflect on their daily work habits and communicate effectively.


🧠 Model Details

  • Base model: distilbert-base-uncased
  • Framework: πŸ€— Transformers + PyTorch
  • Language: English
  • Task: Text Classification
  • Labels: ["vague", "neutral", "descriptive"]

πŸ“Š Training Information

  • Dataset: 1,200+ anonymized check-ins from the Coding in Color program
  • Split: 80% train / 10% validation / 10% test
  • Epochs: 3
  • Batch size: 16
  • Optimizer: AdamW
  • Learning rate: 5e-5

βš™οΈ Inference Example

from transformers import pipeline

classifier = pipeline("text-classification", model="user6295018/checkin-quality-classifier")

classifier("Had a really productive day working on my API and debugging the UI.")
# [{'label': 'descriptive', 'score': 0.94}]
Downloads last month
11
Safetensors
Model size
67M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for user6295018/checkin-quality-classifier

Finetuned
(10337)
this model

Dataset used to train user6295018/checkin-quality-classifier

Space using user6295018/checkin-quality-classifier 1