julianrisch commited on
Commit
5c13387
1 Parent(s): 12ac6df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -23
README.md CHANGED
@@ -50,33 +50,35 @@ After fixing the hyperparameters we trained the model on the full GermanDPR trai
50
  We further evaluated the retrieval performance of the trained model on the full German Wikipedia with the GermanDPR test set as labels. To this end, we converted the GermanDPR test set to SQuAD format. The DPR model drastically outperforms the BM25 baseline with regard to recall@k.
51
  ![performancetable](https://lh3.google.com/u/0/d/1lX6G0cp4NTx1yUWs74LI0Gcs41sYy_Fb=w2880-h1578-iv1)
52
 
53
- ## Usage
54
- ### In haystack
55
- You can load the model in [haystack](https://github.com/deepset-ai/haystack/) as a retriever for doing QA at scale:
56
- ```python
57
- retriever = DensePassageRetriever(
58
- document_store=document_store,
59
- query_embedding_model="deepset/gbert-base-germandpr-question_encoder"
60
- passage_embedding_model="deepset/gbert-base-germandpr-ctx_encoder"
61
- )
62
- ```
63
-
64
  ## Authors
65
  - Timo Möller: `timo.moeller [at] deepset.ai`
66
  - Julian Risch: `julian.risch [at] deepset.ai`
67
  - Malte Pietsch: `malte.pietsch [at] deepset.ai`
 
68
  ## About us
69
- ![deepset logo](https://workablehr.s3.amazonaws.com/uploads/account/logo/476306/logo)
70
- We bring NLP to the industry via open source!
71
- Our focus: Industry specific language models & large scale QA systems.
72
-
73
- Some of our work:
74
- - [German BERT (aka "bert-base-german-cased")](https://deepset.ai/german-bert)
75
- - [GermanQuAD and GermanDPR datasets and models (aka "gelectra-base-germanquad", "gbert-base-germandpr")](https://deepset.ai/germanquad)
76
- - [FARM](https://github.com/deepset-ai/FARM)
77
- - [Haystack](https://github.com/deepset-ai/haystack/)
78
 
79
- Get in touch:
80
- [Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Website](https://deepset.ai)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
 
82
- By the way: [we're hiring!](http://www.deepset.ai/jobs)
 
50
  We further evaluated the retrieval performance of the trained model on the full German Wikipedia with the GermanDPR test set as labels. To this end, we converted the GermanDPR test set to SQuAD format. The DPR model drastically outperforms the BM25 baseline with regard to recall@k.
51
  ![performancetable](https://lh3.google.com/u/0/d/1lX6G0cp4NTx1yUWs74LI0Gcs41sYy_Fb=w2880-h1578-iv1)
52
 
 
 
 
 
 
 
 
 
 
 
 
53
  ## Authors
54
  - Timo Möller: `timo.moeller [at] deepset.ai`
55
  - Julian Risch: `julian.risch [at] deepset.ai`
56
  - Malte Pietsch: `malte.pietsch [at] deepset.ai`
57
+
58
  ## About us
 
 
 
 
 
 
 
 
 
59
 
60
+ <div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
61
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
62
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
63
+ </div>
64
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
65
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
66
+ </div>
67
+ </div>
68
+
69
+ [deepset](http://deepset.ai/) is the company behind the production-ready open-source AI framework [Haystack](https://haystack.deepset.ai/).
70
+
71
+ Some of our other work:
72
+ - [Distilled roberta-base-squad2 (aka "tinyroberta-squad2")](https://huggingface.co/deepset/tinyroberta-squad2)
73
+ - [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)
74
+ - [deepset Cloud](https://www.deepset.ai/deepset-cloud-product), [deepset Studio](https://www.deepset.ai/deepset-studio)
75
+
76
+ ## Get in touch and join the Haystack community
77
+
78
+ <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>.
79
+
80
+ We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community">Discord community open to everyone!</a></strong></p>
81
+
82
+ [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)
83
 
84
+ By the way: [we're hiring!](http://www.deepset.ai/jobs)