Tuana commited on
Commit
e3a3ac5
1 Parent(s): 13d15d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -13
README.md CHANGED
@@ -57,22 +57,35 @@ distillation_loss_weight = 0.75
57
  ```
58
 
59
  ## Authors
60
- - Timo Möller: `timo.moeller [at] deepset.ai`
61
- - Julian Risch: `julian.risch [at] deepset.ai`
62
- - Malte Pietsch: `malte.pietsch [at] deepset.ai`
63
- - Michel Bartels: `michel.bartels [at] deepset.ai`
 
64
  ## About us
65
- ![deepset logo](https://workablehr.s3.amazonaws.com/uploads/account/logo/476306/logo)
66
- We bring NLP to the industry via open source!
67
- Our focus: Industry specific language models & large scale QA systems.
68
-
69
- Some of our work:
 
 
 
 
 
 
 
 
 
70
  - [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
71
  - [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
72
- - [FARM](https://github.com/deepset-ai/FARM)
73
- - [Haystack](https://github.com/deepset-ai/haystack/)
74
 
75
- Get in touch:
76
- [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)
 
 
 
 
 
77
 
78
  By the way: [we're hiring!](http://www.deepset.ai/jobs)
57
  ```
58
 
59
  ## Authors
60
+ **Timo Möller:** timo.moeller@deepset.ai
61
+ **Julian Risch:** julian.risch@deepset.ai
62
+ **Malte Pietsch:** malte.pietsch@deepset.ai
63
+ **Michel Bartels:** michel.bartels@deepset.ai
64
+
65
  ## About us
66
+ <div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
67
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
68
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
69
+ </div>
70
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
71
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
72
+ </div>
73
+ </div>
74
+
75
+ [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.
76
+
77
+
78
+ Some of our other work:
79
+ - [Distilled roberta-base-squad2 (aka "tinyroberta-squad2")]([https://huggingface.co/deepset/tinyroberta-squad2)
80
  - [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
81
  - [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
 
 
82
 
83
+ ## Get in touch and join the Haystack community
84
+
85
+ <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>.
86
+
87
+ We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community">Discord community open to everyone!</a></strong></p>
88
+
89
+ [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)
90
 
91
  By the way: [we're hiring!](http://www.deepset.ai/jobs)