Skip to content
#

language-model

Here are 653 public repositories matching this topic...

transformers
stas00
stas00 commented Feb 13, 2021

If someone wants to solve a puzzle, this test:

RUN_SLOW=1 pytest examples/seq2seq/test_finetune_trainer.py::TestFinetuneTrainer::test_finetune_trainer_slow

works on its own, but fails if it's run in the group with other tests:

RUN_SLOW=1 pytest examples/seq2seq/test_finetune_trainer.py

it doesn't learn anything - eval_blue remains 0.0

The only small issue is that the t

haystack

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