Merge branch 'main' of https://huggingface.co/jjzha/dajobbert-base-cased into main
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- da
|
4 |
+
tags:
|
5 |
+
- job postings
|
6 |
+
- DaJobBERT
|
7 |
+
---
|
8 |
+
|
9 |
+
|
10 |
+
# JobBERT
|
11 |
+
|
12 |
+
This is the DaJobBERT model from:
|
13 |
+
|
14 |
+
Mike Zhang, Kristian Nørgaard Jensen, and Barbara Plank. __Kompetencer: Fine-grained Skill Classification in Danish Job Postings via Distant Supervision and Transfer Learning__. To appear at the 13th Edition of its Language Resources and Evaluation Conference (LREC). 2022.
|
15 |
+
|
16 |
+
This model is continuously pre-trained from a `dabert-base-cased`: https://huggingface.co/Maltehb/danish-bert-botxo checkpoint on ~24.5M Danish sentences from job postings. More information can be found in the paper (which should be released when the LREC proceedings are online).
|
17 |
+
|
18 |
+
If you use this model, please cite the following paper:
|
19 |
+
|
20 |
+
```
|
21 |
+
@misc{zhang2022kompetencer,
|
22 |
+
doi = {10.48550/ARXIV.2205.01381},
|
23 |
+
url = {https://arxiv.org/abs/2205.01381},
|
24 |
+
author = {Zhang, Mike and Jensen, Kristian Nørgaard and Plank, Barbara},
|
25 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
26 |
+
title = {Kompetencer: Fine-grained Skill Classification in Danish Job Postings via Distant Supervision and Transfer Learning},
|
27 |
+
publisher = {arXiv},
|
28 |
+
year = {2022},
|
29 |
+
copyright = {arXiv.org perpetual, non-exclusive license}
|
30 |
+
}
|
31 |
+
|
32 |
+
```
|