sjrhuschlee commited on
Commit
2795a73
1 Parent(s): 5540fdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -82,6 +82,11 @@ model = AutoModelForQuestionAnswering.from_pretrained(model_name)
82
  tokenizer = AutoTokenizer.from_pretrained(model_name)
83
  ```
84
 
 
 
 
 
 
85
  ## About us
86
  <div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
87
  <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
@@ -91,6 +96,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
91
  <img alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/deepset-logo-colored.svg" class="w-40"/>
92
  </div>
93
  </div>
 
94
  [deepset](http://deepset.ai/) is the company behind the open-source NLP framework [Haystack](https://haystack.deepset.ai/) which is designed to help you build production ready NLP systems that use: Question answering, summarization, ranking etc.
95
 
96
 
 
82
  tokenizer = AutoTokenizer.from_pretrained(model_name)
83
  ```
84
 
85
+ ## Authors
86
+ **Sebastian Lee:** sebastian.lee [at] deepset.ai
87
+ **Timo Möller:** timo.moeller [at] deepset.ai
88
+ **Malte Pietsch:** malte.pietsch [at] deepset.ai
89
+
90
  ## About us
91
  <div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
92
  <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
 
96
  <img alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/deepset-logo-colored.svg" class="w-40"/>
97
  </div>
98
  </div>
99
+
100
  [deepset](http://deepset.ai/) is the company behind the open-source NLP framework [Haystack](https://haystack.deepset.ai/) which is designed to help you build production ready NLP systems that use: Question answering, summarization, ranking etc.
101
 
102