julianrisch
commited on
Commit
•
64d0b50
1
Parent(s):
4705e29
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: de
|
3 |
+
license: mit
|
4 |
+
tags:
|
5 |
+
- exbert
|
6 |
+
---
|
7 |
+
|
8 |
+
## Overview
|
9 |
+
**Language model:** gbert-large-sts
|
10 |
+
|
11 |
+
**Language:** German
|
12 |
+
**Training data:** German STS benchmark train and dev set
|
13 |
+
**Eval data:** German STS benchmark test set
|
14 |
+
**Infrastructure**: 1x V100 GPU
|
15 |
+
**Published**: August 12th, 2021
|
16 |
+
|
17 |
+
## Details
|
18 |
+
- We trained a gbert-large model on the task of estimating semantic similarity of German-language text pairs. The dataset is a machine-translated version of the [STS benchmark](https://ixa2.si.ehu.eus/stswiki/index.php/STSbenchmark), which is available [here](https://github.com/t-systems-on-site-services-gmbh/german-STSbenchmark).
|
19 |
+
|
20 |
+
## Hyperparameters
|
21 |
+
```
|
22 |
+
batch_size = 16
|
23 |
+
n_epochs = 4
|
24 |
+
warmup_ratio = 0.1
|
25 |
+
learning_rate = 2e-5
|
26 |
+
lr_schedule = LinearWarmup
|
27 |
+
```
|
28 |
+
## Performance
|
29 |
+
Stay tuned... and watch out for new papers on arxiv.org ;)
|
30 |
+
|
31 |
+
## Authors
|
32 |
+
- Julian Risch: `julian.risch [at] deepset.ai`
|
33 |
+
- Timo Möller: `timo.moeller [at] deepset.ai`
|
34 |
+
- Julian Gutsch: `julian.gutsch [at] deepset.ai`
|
35 |
+
- Malte Pietsch: `malte.pietsch [at] deepset.ai`
|
36 |
+
|
37 |
+
## About us
|
38 |
+
![deepset logo](https://workablehr.s3.amazonaws.com/uploads/account/logo/476306/logo)
|
39 |
+
We bring NLP to the industry via open source!
|
40 |
+
Our focus: Industry specific language models & large scale QA systems.
|
41 |
+
|
42 |
+
Some of our work:
|
43 |
+
- [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
|
44 |
+
- [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
|
45 |
+
- [FARM](https://github.com/deepset-ai/FARM)
|
46 |
+
- [Haystack](https://github.com/deepset-ai/haystack/)
|
47 |
+
|
48 |
+
Get in touch:
|
49 |
+
[Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Website](https://deepset.ai)
|
50 |
+
|
51 |
+
By the way: [we're hiring!](https://apply.workable.com/deepset/)
|