julianrisch commited on
Commit
ef88e21
1 Parent(s): a019485

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -14
README.md CHANGED
@@ -35,17 +35,29 @@ Stay tuned... and watch out for new papers on arxiv.org ;)
35
  - Malte Pietsch: `malte.pietsch [at] deepset.ai`
36
 
37
  ## About us
38
- ![deepset logo](https://workablehr.s3.amazonaws.com/uploads/account/logo/476306/logo)
39
- We bring NLP to the industry via open source!
40
- Our focus: Industry specific language models & large scale QA systems.
41
-
42
- Some of our work:
43
- - [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
44
- - [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
45
- - [FARM](https://github.com/deepset-ai/FARM)
46
- - [Haystack](https://github.com/deepset-ai/haystack/)
47
-
48
- Get in touch:
49
- [Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Website](https://deepset.ai)
50
-
51
- By the way: [we're hiring!](http://www.deepset.ai/jobs)
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  - Malte Pietsch: `malte.pietsch [at] deepset.ai`
36
 
37
  ## About us
38
+
39
+ <div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
40
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
41
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
42
+ </div>
43
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
44
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
45
+ </div>
46
+ </div>
47
+
48
+ [deepset](http://deepset.ai/) is the company behind the production-ready open-source AI framework [Haystack](https://haystack.deepset.ai/).
49
+
50
+ Some of our other work:
51
+ - [Distilled roberta-base-squad2 (aka "tinyroberta-squad2")](https://huggingface.co/deepset/tinyroberta-squad2)
52
+ - [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)
53
+ - [deepset Cloud](https://www.deepset.ai/deepset-cloud-product), [deepset Studio](https://www.deepset.ai/deepset-studio)
54
+
55
+ ## Get in touch and join the Haystack community
56
+
57
+ <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>.
58
+
59
+ We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community">Discord community open to everyone!</a></strong></p>
60
+
61
+ [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)
62
+
63
+ By the way: [we're hiring!](http://www.deepset.ai/jobs)