Tuana commited on
Commit
475addd
1 Parent(s): cfcb7ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -12
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://lh3.google.com/u/0/d/1IFqkq8OZ7TFnGzxmW6eoxXSYa12f2M7O=w1970-h1546-iv1)
44
 
45
  ## Authors
46
- - Timo Möller: `timo.moeller [at] deepset.ai`
47
- - Julian Risch: `julian.risch [at] deepset.ai`
48
- - Malte Pietsch: `malte.pietsch [at] deepset.ai`
 
49
  ## About us
50
- ![deepset logo](https://workablehr.s3.amazonaws.com/uploads/account/logo/476306/logo)
51
- We bring NLP to the industry via open source!
52
- Our focus: Industry specific language models & large scale QA systems.
53
-
54
- Some of our work:
 
 
 
 
 
 
 
 
 
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
  [Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Slack](https://haystack.deepset.ai/community/join) | [GitHub Discussions](https://github.com/deepset-ai/haystack/discussions) | [Website](https://deepset.ai)
62
 
63
- By the way: [we're hiring!](http://www.deepset.ai/jobs)
 
43
  ![performancetable](https://lh3.google.com/u/0/d/1IFqkq8OZ7TFnGzxmW6eoxXSYa12f2M7O=w1970-h1546-iv1)
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://huggingface.co/spaces/deepset/README/resolve/main/haystack-logo-colored.svg" 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://huggingface.co/spaces/deepset/README/resolve/main/deepset-logo-colored.svg" 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://haystack.deepset.ai">Documentation</a></strong>.
71
+
72
+ We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community/join"><img alt="slack" class="h-7 inline-block m-0" style="margin: 0" src="https://huggingface.co/spaces/deepset/README/resolve/main/Slack_RGB.png"/>community open to everyone!</a></strong></p>
73
+
74
  [Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Slack](https://haystack.deepset.ai/community/join) | [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)