Update README.md
Browse files
README.md
CHANGED
|
@@ -64,4 +64,32 @@ The following hyperparameters were used during training:
|
|
| 64 |
- Transformers 4.29.1
|
| 65 |
- Pytorch 2.0.0+cu118
|
| 66 |
- Datasets 2.12.0
|
| 67 |
-
- Tokenizers 0.13.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
- Transformers 4.29.1
|
| 65 |
- Pytorch 2.0.0+cu118
|
| 66 |
- Datasets 2.12.0
|
| 67 |
+
- Tokenizers 0.13.3
|
| 68 |
+
|
| 69 |
+
## About us
|
| 70 |
+
|
| 71 |
+
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
|
| 72 |
+
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
| 73 |
+
<img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
|
| 74 |
+
</div>
|
| 75 |
+
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
| 76 |
+
<img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
|
| 77 |
+
</div>
|
| 78 |
+
</div>
|
| 79 |
+
|
| 80 |
+
[deepset](http://deepset.ai/) is the company behind the production-ready open-source AI framework [Haystack](https://haystack.deepset.ai/).
|
| 81 |
+
|
| 82 |
+
Some of our other work:
|
| 83 |
+
- [Distilled roberta-base-squad2 (aka "tinyroberta-squad2")](https://huggingface.co/deepset/tinyroberta-squad2)
|
| 84 |
+
- [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)
|
| 85 |
+
- [deepset Cloud](https://www.deepset.ai/deepset-cloud-product), [deepset Studio](https://www.deepset.ai/deepset-studio)
|
| 86 |
+
|
| 87 |
+
## Get in touch and join the Haystack community
|
| 88 |
+
|
| 89 |
+
<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>.
|
| 90 |
+
|
| 91 |
+
We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community">Discord community open to everyone!</a></strong></p>
|
| 92 |
+
|
| 93 |
+
[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)
|
| 94 |
+
|
| 95 |
+
By the way: [we're hiring!](http://www.deepset.ai/jobs)
|