- 25 Mar, 2020 1 commit
-
-
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 12 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>
-
Julien Chaumond authored
-
husein zolkepli authored
-
Manuel Romero authored
-
Manuel Romero authored
Create card for BERT-Mini finetuned on SQuAD v2
-
Manuel Romero authored
- Only 17MB of Model weights!!
-
Manuel Romero authored
-
Antti Virtanen authored
* Add a model card for FinBERT This is a copy of https://github.com/TurkuNLP/FinBERT/blob/master/README.md. * Added a file for uncased. * Add metadata for cased. * Added metadata for uncased.
-
Lysandre Debut authored
-