A lightweight regression model that scores how ready an individual is to be an entrepreneur from free‑text input.
Score is in [0, 1] (we also show 0–100 in the app).
What this is
Model type: Text regression (Transformers AutoModelForSequenceClassification with num_labels=1 + problem_type="regression").
Output: Single float in [0,1], interpreted as readiness confidence.
Baseline backbone:distilbert-base-uncased (you can swap in any encoder).
Dataset format: JSONL with fields text (string) and label (float in [0,1] or [0,100]).
This model provides an opinionated readiness score and can be wrong. Don’t use it to gate access to opportunities.
It should not replace human judgement; treat it as a coaching heuristic.
License
Code: MIT. You are responsible for your data licensing.