Update README.md
Browse files
README.md
CHANGED
@@ -43,21 +43,34 @@ The human baseline was computed for the 3-way test set by taking one answer as p
|
|
43 |
![performancetable](https://images.prismic.io/deepset/1c63afd8-40e6-4fd9-85c4-0dbb81996183_german-qa-vs-xlm-r.png)
|
44 |
|
45 |
## Authors
|
46 |
-
|
47 |
-
|
48 |
-
|
|
|
49 |
## About us
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
- [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
|
56 |
- [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
|
57 |
-
- [FARM](https://github.com/deepset-ai/FARM)
|
58 |
-
- [Haystack](https://github.com/deepset-ai/haystack/)
|
59 |
|
60 |
-
Get in touch
|
61 |
-
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
By the way: [we're hiring!](http://www.deepset.ai/jobs)
|
|
|
43 |
![performancetable](https://images.prismic.io/deepset/1c63afd8-40e6-4fd9-85c4-0dbb81996183_german-qa-vs-xlm-r.png)
|
44 |
|
45 |
## Authors
|
46 |
+
**Timo Möller:** timo.moeller@deepset.ai
|
47 |
+
**Julian Risch:** julian.risch@deepset.ai
|
48 |
+
**Malte Pietsch:** malte.pietsch@deepset.ai
|
49 |
+
|
50 |
## About us
|
51 |
+
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
|
52 |
+
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
53 |
+
<img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
|
54 |
+
</div>
|
55 |
+
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
56 |
+
<img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
|
57 |
+
</div>
|
58 |
+
</div>
|
59 |
+
|
60 |
+
[deepset](http://deepset.ai/) is the company behind the open-source NLP framework [Haystack](https://haystack.deepset.ai/) which is designed to help you build production ready NLP systems that use: Question answering, summarization, ranking etc.
|
61 |
+
|
62 |
+
|
63 |
+
Some of our other work:
|
64 |
+
- [Distilled roberta-base-squad2 (aka "tinyroberta-squad2")]([https://huggingface.co/deepset/tinyroberta-squad2)
|
65 |
- [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
|
66 |
- [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
|
|
|
|
|
67 |
|
68 |
+
## Get in touch and join the Haystack community
|
69 |
+
|
70 |
+
<p>For more info on Haystack, visit our <strong><a href="https://github.com/deepset-ai/haystack">GitHub</a></strong> repo and <strong><a href="https://docs.haystack.deepset.ai">Documentation</a></strong>.
|
71 |
+
|
72 |
+
We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community">Discord community open to everyone!</a></strong></p>
|
73 |
+
|
74 |
+
[Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Discord](https://haystack.deepset.ai/community) | [GitHub Discussions](https://github.com/deepset-ai/haystack/discussions) | [Website](https://deepset.ai)
|
75 |
|
76 |
By the way: [we're hiring!](http://www.deepset.ai/jobs)
|