julianrisch commited on
Commit
af00afd
·
verified ·
1 Parent(s): 87b6283

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -12
README.md CHANGED
@@ -31,19 +31,31 @@ Branden Chan: `branden.chan [at] deepset.ai`
31
  Stefan Schweter: `stefan [at] schweter.eu`
32
  Timo Möller: `timo.moeller [at] deepset.ai`
33
 
 
34
  ## About us
35
- ![deepset logo](https://workablehr.s3.amazonaws.com/uploads/account/logo/476306/logo)
36
 
37
- We bring NLP to the industry via open source!
38
- Our focus: Industry specific language models & large scale QA systems.
39
-
40
- Some of our work:
41
- - [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
42
- - [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
43
- - [FARM](https://github.com/deepset-ai/FARM)
44
- - [Haystack](https://github.com/deepset-ai/haystack/)
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
- Get in touch:
47
- [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)
48
 
49
- By the way: [we're hiring!](http://www.deepset.ai/jobs)
 
31
  Stefan Schweter: `stefan [at] schweter.eu`
32
  Timo Möller: `timo.moeller [at] deepset.ai`
33
 
34
+
35
  ## About us
 
36
 
37
+ <div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
38
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
39
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
40
+ </div>
41
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
42
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
43
+ </div>
44
+ </div>
45
+
46
+ [deepset](http://deepset.ai/) is the company behind the production-ready open-source AI framework [Haystack](https://haystack.deepset.ai/).
47
+
48
+ Some of our other work:
49
+ - [Distilled roberta-base-squad2 (aka "tinyroberta-squad2")](https://huggingface.co/deepset/tinyroberta-squad2)
50
+ - [German BERT](https://deepset.ai/german-bert), [GermanQuAD and GermanDPR](https://deepset.ai/germanquad), [German embedding model](https://huggingface.co/mixedbread-ai/deepset-mxbai-embed-de-large-v1)
51
+ - [deepset Cloud](https://www.deepset.ai/deepset-cloud-product), [deepset Studio](https://www.deepset.ai/deepset-studio)
52
+
53
+ ## Get in touch and join the Haystack community
54
+
55
+ <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>.
56
+
57
+ We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community">Discord community open to everyone!</a></strong></p>
58
 
59
+ [Twitter](https://twitter.com/Haystack_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://haystack.deepset.ai/) | [YouTube](https://www.youtube.com/@deepset_ai)
 
60
 
61
+ By the way: [we're hiring!](http://www.deepset.ai/jobs)