- 26 Mar, 2020 4 commits
-
-
Patrick von Platen authored
* fix merge conflicts * add t5 summarization example * change parameters for t5 summarization * make style * add first code snippet for translation * only add prefixes * add prefix patterns * make style * renaming * fix conflicts * remove unused patterns * solve conflicts * fix merge conflicts * remove translation example * remove summarization example * make sure tensors are in numpy for float comparsion * re-add t5 config * fix t5 import config typo * make style * remove unused numpy statements * update doctstring * import translation pipeline
-
HUSEIN ZOLKEPLI authored
* add bert bahasa readme * update readme * update readme * added xlnet
-
Patrick von Platen authored
* solve conflicts * move warnings below * incorporate changes * add pad_to_max_length to pipelines * add bug fix for T5 beam search * add prefix patterns * make style * fix conflicts * adapt pipelines for task specific parameters * improve docstring * remove unused patterns
-
Lysandre Debut authored
-
- 25 Mar, 2020 5 commits
-
-
Travis McGuire authored
-
Patrick von Platen authored
* add new default configs * change prefix default to None
-
Julien Chaumond authored
* [ci] Also run test_examples in py37 (will revert at the end of the experiment) * InputExample: use immutable dataclass * [deps] Install dataclasses for Py<3.7 * [skip ci] Revert "[ci] Also run test_examples in py37" This reverts commit d29afd9959786b77759b0b8fa4e6b4335b952015.
-
Gabriele Sarti authored
-
Andre Carrera authored
-
- 24 Mar, 2020 13 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Julien Chaumond authored
-
LysandreJik authored
-
Manuel Romero authored
-
Stefan Schweter authored
-
Stefan Schweter authored
-
Stefan Schweter authored
-
Mohamed El-Geish authored
* Model cards for CS224n SQuAD2.0 models * consistent spacing
-
Gabriele Sarti authored
-
LysandreJik authored
-
Patrick von Platen authored
* add integration tests for camembert * use jplu/tf-camembert fro the moment * make style
-
Julien Chaumond authored
-
- 23 Mar, 2020 9 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Julien Chaumond authored
see #3359 cc @lysandrejik
-
Manuel Romero authored
-
Manuel Romero authored
-
Manuel Romero authored
-
LysandreJik authored
cc @julien-c
-
Gabriele Sarti authored
-
Julien Chaumond authored
hat/tip @bramvanroy
-
- 20 Mar, 2020 5 commits
-
-
Julien Chaumond authored
-
Elijah Rippeth authored
For more details, see https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate
-
Travis McGuire authored
-
Bram Vanroy authored
The CONTRIBUTING file pins to a specific version of isort, so we might as well install that in `dev` . This makes it easier for contributors so they don't have to manually install the specific commit.
-
Patrick von Platen authored
* make style * fix conflicts
-
- 19 Mar, 2020 4 commits
-
-
Nitish Shirish Keskar authored
torch.cuda.empty_cache() was being called from a TF function (even when torch is unavailable) not sure any replacement is needed if TF OOMs
-
Julien Chaumond authored
-
Kyeongpil Kang authored
I found there are two grammar errors or typo issues in the explanation of the encoding properties. The original sentences: If your was made of multiple \"parts\" such as (question, context), then this would be a vector with for each token the segment it belongs to If your has been truncated into multiple subparts because of a length limit (for BERT for example the sequence length is limited to 512), this will contain all the remaining overflowing parts. I think "input" should be inserted after the phrase "If your".
-
Patrick von Platen authored
* fix conflicts * update bart max length test * correct spelling mistakes * implemented model specific encode function * fix merge conflicts * better naming * save intermediate state -> need to rethink strucuture a bit * leave tf problem as it is for now * current version * add layers.pop * remove ipdb * make style * clean return cut decoding * remove ipdbs * Fix restoring layers in the decoders that doesnt exists. * push good intermediate solution for now * fix conflicts * always good to refuse to merge conflicts when rebasing * fix small bug * improve function calls * remove unused file * add correct scope behavior for t5_generate Co-authored-by:Morgan Funtowicz <funtowiczmo@gmail.com>
-