Tuana commited on
Commit
4896bcd
1 Parent(s): 089becf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -13
README.md CHANGED
@@ -131,24 +131,35 @@ reader = TransformersReader(model="deepset/xlm-roberta-large-squad2",tokenizer="
131
 
132
 
133
  ## Authors
134
- Branden Chan: `branden.chan [at] deepset.ai`
135
- Timo Möller: `timo.moeller [at] deepset.ai`
136
- Malte Pietsch: `malte.pietsch [at] deepset.ai`
137
- Tanay Soni: `tanay.soni [at] deepset.ai`
138
 
139
  ## About us
140
- ![deepset logo](https://workablehr.s3.amazonaws.com/uploads/account/logo/476306/logo)
 
 
 
 
 
 
 
141
 
142
- We bring NLP to the industry via open source!
143
- Our focus: Industry specific language models & large scale QA systems.
144
-
145
- Some of our work:
 
146
  - [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
147
  - [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
148
- - [FARM](https://github.com/deepset-ai/FARM)
149
- - [Haystack](https://github.com/deepset-ai/haystack/)
150
 
151
- Get in touch:
152
- [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)
 
 
 
 
 
153
 
154
  By the way: [we're hiring!](http://www.deepset.ai/jobs)
 
131
 
132
 
133
  ## Authors
134
+ **Branden Chan:** branden.chan@deepset.ai
135
+ **Timo Möller:** timo.moeller@deepset.ai
136
+ **Malte Pietsch:** malte.pietsch@deepset.ai
137
+ **Tanay Soni:** tanay.soni@deepset.ai
138
 
139
  ## About us
140
+ <div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
141
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
142
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
143
+ </div>
144
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
145
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
146
+ </div>
147
+ </div>
148
 
149
+ [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.
150
+
151
+
152
+ Some of our other work:
153
+ - [Distilled roberta-base-squad2 (aka "tinyroberta-squad2")]([https://huggingface.co/deepset/tinyroberta-squad2)
154
  - [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
155
  - [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
 
 
156
 
157
+ ## Get in touch and join the Haystack community
158
+
159
+ <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>.
160
+
161
+ We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community">Discord community open to everyone!</a></strong></p>
162
+
163
+ [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)
164
 
165
  By the way: [we're hiring!](http://www.deepset.ai/jobs)