Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,31 @@ base_model:
|
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# task-classifier-mini-improved2 (Legacy)
|
| 11 |
+
|
| 12 |
+
> [!NOTE]
|
| 13 |
+
> **A newer, improved model is available!**
|
| 14 |
+
> We highly recommend using [loyoladatamining/task-classifier-mini-v3](https://huggingface.co/loyoladatamining/task-classifier-mini-v3) instead of this model.
|
| 15 |
+
|
| 16 |
+
## Model Description
|
| 17 |
+
This is a legacy BERT-based model fine-tuned for the binary classification of task statements (identifying whether a text represents a task to be done on the job). It was built on top of `prajjwal1/bert-tiny`.
|
| 18 |
+
|
| 19 |
+
## Why Upgrade?
|
| 20 |
+
When evaluated on the [loyoladatamining/usajobs_validation](https://huggingface.co/datasets/loyoladatamining/usajobs_validation) dataset, the newer version of the model demonstrates higher performance:
|
| 21 |
+
|
| 22 |
+
| Model | Accuracy | F-1 |
|
| 23 |
+
| :--- | :---: | :---: |
|
| 24 |
+
| task-classifier-mini-improved2 (This Model) | 0.8358 | 0.8253 |
|
| 25 |
+
| **[task-classifier-mini-v3 (Recommended)](https://huggingface.co/loyoladatamining/task-classifier-mini-v3)** | **0.9583** | **0.9585** |
|
| 26 |
+
|
| 27 |
+
## Citation
|
| 28 |
+
|
| 29 |
+
If you do make use of this version, please consider citing:
|
| 30 |
+
|
| 31 |
+
```
|
| 32 |
+
@article{meisenbacher2025extracting,
|
| 33 |
+
title={Extracting O* NET Features from the NLx Corpus to Build Public Use Aggregate Labor Market Data},
|
| 34 |
+
author={Meisenbacher, Stephen and Nestorov, Svetlozar and Norlander, Peter},
|
| 35 |
+
year={2025}
|
| 36 |
+
}
|
| 37 |
+
```
|