| --- |
| title: Task to AI Capability Classifier |
| emoji: 🔶 |
| colorFrom: gray |
| colorTo: gray |
| sdk: gradio |
| sdk_version: 5.9.1 |
| python_version: "3.11" |
| app_file: app.py |
| pinned: false |
| --- |
| |
| # Task → AI Capability Classifier |
|
|
| A fine-tuned DistilBERT model that maps work tasks to a 9-category AI capability taxonomy |
| (INPUT, EXTRACT, CLASSIFY, MATCH, DETECT, GENERATE, ORCHESTRATE, PREDICT, CONVERSE). |
|
|
| Trained on 18,796 labeled O*NET task statements. The app classifies novel tasks, compares the |
| model's predictions against the authored labels, and lets you browse the full corpus. |
| |
| Model: [abandekar-dev/onet-capability-classifier](https://huggingface.co/abandekar-dev/onet-capability-classifier) |
| |