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