Malte Pietsch

Results 7 issues of Malte Pietsch

- FARM framework: simple transfer learning for the industry - German BERT: Trained from scratch on news, legal data and wikipedia

Hi, I am having troubles running infranodus locally. I cannot see the graph after adding any text or loading a context from the examples. The entered text is successfully added...

So far we rely on matching questions with the one of existing FAQs. - Pro: fast + reliable answers - Con: does only work for the most common questions =>...

enhancement
NLP / Modeling

Plain transformer models (like BERT) are known to produce bad sentence embeddings. From a first, very rough test also Sentence-BERT (https://github.com/UKPLab/sentence-transformers) didn't perform too great on a couple of test...

enhancement
NLP / Modeling

**Is your feature request related to a problem? Please describe.** We don't have any mechanism yet in pipeline.eval() for users to distinguish the performance of Reader models on "no answer"...

type:feature
topic:eval
journey:advanced

### Related Issues - Addresses remaining review comments from https://github.com/deepset-ai/haystack/pull/2766 ### Checklist - [x] I have read the [contributors guidelines](https://github.com/deepset-ai/haystack/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/deepset-ai/haystack/blob/main/code_of_conduct.txt) - [x] I have updated...

**Describe the bug** It seems that the automatic yaml validation using our haystack schema is not working anymore in PyCharm I'd expect invalid params of a component to be highlighted...