Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,54 @@
|
|
|
|
1 |
---
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
---
|
3 |
+
language: de
|
4 |
license: cc-by-nc-sa-4.0
|
5 |
+
|
6 |
---
|
7 |
+
## jobGBERT
|
8 |
+
|
9 |
+
This is a domain-adapted transformer-based language model for German-speaking job advertisements.
|
10 |
+
|
11 |
+
Is is based on [deepset/gbert-base](https://huggingface.co/deepset/gbert-base), and adapted to the domain of job advertisements trough continued in-domain pretraining on 4 million German-speaking job ads from Switzerland 1990-2020 (5.9 GB data).
|
12 |
+
|
13 |
+
|
14 |
+
### Overview
|
15 |
+
|
16 |
+
**Architecture:** BERT base <br>
|
17 |
+
**Language:** German <br>
|
18 |
+
**Domain:** Job advertisements <br>
|
19 |
+
**See also:** [agne/jobBERT-de](https://huggingface.co/agne/jobBERT-de)
|
20 |
+
|
21 |
+
### License
|
22 |
+
|
23 |
+
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (cc-by-nc-sa-4.0)
|
24 |
+
|
25 |
+
Please use the following citation when using our model:
|
26 |
+
|
27 |
+
```bibtex
|
28 |
+
@inproceedings{
|
29 |
+
title = “Evaluation of Transfer Learning and Domain Adaptation for Analyzing German-Speaking Job Advertisements”,
|
30 |
+
author = “Gnehm, Ann-Sophie and
|
31 |
+
Bühlmann, Eva and
|
32 |
+
Clematide, Simon”,
|
33 |
+
booktitle = “Proceedings of the 13th Language Resources and Evaluation Conference”,
|
34 |
+
month = june,
|
35 |
+
year = “2022",
|
36 |
+
address = “Marseille, France”,
|
37 |
+
publisher = “European Language Resources Association”,
|
38 |
+
}
|
39 |
+
```
|
40 |
+
### Intended usage and limitations
|
41 |
+
|
42 |
+
You can use the model for masked language modeling, but it's intended to be fine-tuned on a downstream task.
|
43 |
+
|
44 |
+
The model is trained on German-Speaking job ads from Switzerland. It inherits potential bias of its base model, and may contain biases and stereotypes common in job advertisements.
|
45 |
+
|
46 |
+
### About us
|
47 |
+
|
48 |
+
Ann-Sophie Gnehm: `gnehm [at] soziologie.uzh.ch` <br>
|
49 |
+
Eva Bühlmann: `bühlmann [at] soziologie.uzh.ch` <br>
|
50 |
+
Simon Clematide: `simon.clematide [at] cl.uzh.ch` <br>
|
51 |
+
|
52 |
+
The [Swiss Job Market Monitor](https://www.stellenmarktmonitor.uzh.ch/en.html) aims at systematically expanding scientific knowledge about the job market and improving labour market transparency by informing the general public about current developments on the job market.
|
53 |
+
|
54 |
+
**Get in touch:** [Mail](mailto:gnehm@soziologie.uzh.ch) [Website](https://www.stellenmarktmonitor.uzh.ch/en.html) [Zenodo](https://doi.org/10.5281/zenodo.6497853) [SWISSUbase](https://www.swissubase.ch/de/catalogue/studies/11998/18157/overview)
|