Skip to content
#

language-model

Here are 575 public repositories matching this topic...

transformers
patrickvonplaten
patrickvonplaten commented Sep 11, 2020

🚀 Feature request

Currently we have a mixture of negative and positive formulated arguments, e.g. no_cuda and training here: https://github.com/huggingface/transformers/blob/0054a48cdd64e7309184a64b399ab2c58d75d4e5/src/transformers/benchmark/benchmark_args_utils.py#L61.

We should change all arguments to be positively formulated, *e.g. from no_cuda to cuda. These arguments should

haystack
kandloic
kandloic commented Aug 14, 2020

Question
Hi, I have been experimenting with the QA capabilities of Haystack and so far. I was wondering if it was possible for the model to generate paragraph-like contexts.

Additional context
So far, when a question is asked, the model outputs an answer and the context the answer can be found in. The context output by the model is oftentimes fragments of a sentence or fragments of a para

Improve this page

Add a description, image, and links to the language-model topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the language-model topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.