julianrisch commited on
Commit
5d51b12
1 Parent(s): 9eabad1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -7
README.md CHANGED
@@ -12,12 +12,30 @@ This model has 2 versions which can be used differing only in the table scoring
12
  The default one has an adapted table scoring head in order to be able to generate probabilities out of the logits.
13
  The other (non-default) version corredponds to the original checkpoint from the TaPas repository and can be accessed setting `revision="original"`.
14
 
 
15
 
16
- # Usage
17
- ## In Haystack
18
- If you want to use this model for question-answering over tables, you can load it in [Haystack](https://github.com/deepset-ai/haystack/):
19
- ```python
20
- from haystack.nodes import TableReader
 
 
 
21
 
22
- table_reader = TableReader(model_name_or_path="deepset/tapas-large-nq-reader")
23
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  The default one has an adapted table scoring head in order to be able to generate probabilities out of the logits.
13
  The other (non-default) version corredponds to the original checkpoint from the TaPas repository and can be accessed setting `revision="original"`.
14
 
15
+ ## About us
16
 
17
+ <div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
18
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
19
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
20
+ </div>
21
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
22
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
23
+ </div>
24
+ </div>
25
 
26
+ [deepset](http://deepset.ai/) is the company behind the production-ready open-source AI framework [Haystack](https://haystack.deepset.ai/).
27
+
28
+ Some of our other work:
29
+ - [Distilled roberta-base-squad2 (aka "tinyroberta-squad2")](https://huggingface.co/deepset/tinyroberta-squad2)
30
+ - [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)
31
+ - [deepset Cloud](https://www.deepset.ai/deepset-cloud-product), [deepset Studio](https://www.deepset.ai/deepset-studio)
32
+
33
+ ## Get in touch and join the Haystack community
34
+
35
+ <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>.
36
+
37
+ We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community">Discord community open to everyone!</a></strong></p>
38
+
39
+ [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)
40
+
41
+ By the way: [we're hiring!](http://www.deepset.ai/jobs)