julianrisch commited on
Commit
47ec59a
1 Parent(s): 7e2765b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -13
README.md CHANGED
@@ -13,20 +13,30 @@ tags:
13
  # German BERT with old vocabulary
14
  For details see the related [FARM issue](https://github.com/deepset-ai/FARM/issues/60).
15
 
16
-
17
  ## About us
18
- ![deepset logo](https://workablehr.s3.amazonaws.com/uploads/account/logo/476306/logo)
19
 
20
- We bring NLP to the industry via open source!
21
- Our focus: Industry specific language models & large scale QA systems.
22
-
23
- Some of our work:
24
- - [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
25
- - [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
26
- - [FARM](https://github.com/deepset-ai/FARM)
27
- - [Haystack](https://github.com/deepset-ai/haystack/)
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
- Get in touch:
30
- [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)
31
 
32
- By the way: [we're hiring!](http://www.deepset.ai/jobs)
 
13
  # German BERT with old vocabulary
14
  For details see the related [FARM issue](https://github.com/deepset-ai/FARM/issues/60).
15
 
 
16
  ## About us
 
17
 
18
+ <div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
19
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
20
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
21
+ </div>
22
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
23
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
24
+ </div>
25
+ </div>
26
+
27
+ [deepset](http://deepset.ai/) is the company behind the production-ready open-source AI framework [Haystack](https://haystack.deepset.ai/).
28
+
29
+ Some of our other work:
30
+ - [Distilled roberta-base-squad2 (aka "tinyroberta-squad2")](https://huggingface.co/deepset/tinyroberta-squad2)
31
+ - [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)
32
+ - [deepset Cloud](https://www.deepset.ai/deepset-cloud-product), [deepset Studio](https://www.deepset.ai/deepset-studio)
33
+
34
+ ## Get in touch and join the Haystack community
35
+
36
+ <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>.
37
+
38
+ We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community">Discord community open to everyone!</a></strong></p>
39
 
40
+ [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)
 
41
 
42
+ By the way: [we're hiring!](http://www.deepset.ai/jobs)