"examples/asr/vscode:/vscode.git/clone" did not exist on "5859923adf577410f672f72b208f1e4367cef1ca"
- 24 Mar, 2020 2 commits
-
-
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 23 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
-
Kyeongpil Kang authored
For the tutorial of "How to generate text", the URL link was wrong (it was linked to the tutorial of "How to train a language model"). I fixed the URL.
-
Serkan Karakulak authored
* added return_token_type_ids argument for tokenizers which do not generate return_type_ids by default * fixed styling * Style Co-authored-by:LysandreJik <lysandre.debut@reseau.eseo.fr>
-
Sam Shleifer authored
* config.activation_function
-
mataney authored
* solving bug where for small epochs and large gradient_accumulation_steps we never train * black formatting * no need to change these files
-
Sam Shleifer authored
-
Mohamed El-Geish authored
`T5Tokenizer` instead of `XLNetTokenizer`
-
Matthew Goldey authored
-
Patrick von Platen authored
* fix issue 3289 * fix attention mask if input_ids None behavior
-
Junyi_Li authored
-
Junyi_Li authored
roberta_chinese_base card
-
Junyi_Li authored
albert_chinese_tiny card
-
- 18 Mar, 2020 1 commit
-
-
Kyle Lo authored
* Create README.md * model card * add model card for cased
-