Mike Zhang
commited on
Commit
•
808edb8
1
Parent(s):
02c0614
Update README.md
Browse files
README.md
CHANGED
@@ -13,4 +13,20 @@ 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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|