".github/vscode:/vscode.git/clone" did not exist on "451fb4169ad900e5d33b540f039f56ced9a76157"
- 22 Jul, 2020 4 commits
-
-
Sam Shleifer authored
Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Sam Shleifer authored
* T5 Model Cards * Fix paths * Fix tags * lang-en
-
Funtowicz Morgan authored
* Attempt to fix the way squad_convert_examples_to_features pad the elements for the QA pipeline. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * Quality Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * Make the code easier to read and avoid testing multiple test the same thing. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * missing enum value on truncation_strategy. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * Rethinking for the easiest fix: expose the padding strategy on squad_convert_examples_to_features. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * Remove unused imports. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com>
-
Sam Shleifer authored
-
- 21 Jul, 2020 24 commits
-
-
Sylvain Gugger authored
* Update doc to new model outputs * Fix outputs in quicktour
-
Sam Shleifer authored
-
Sam Shleifer authored
-
Sam Shleifer authored
-
Sam Shleifer authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
tuner007 authored
-
Manuel Romero authored
Add nlp dataset used
-
Manuel Romero authored
Add dataset used as it is now part of nlp package
-
Ali Hamdi Ali Fadel authored
* Add ComVE model cards * Apply suggestions from code review Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Aditya Soni authored
-
BatJedi authored
* Created model card for my extreme summarization model * Update model_cards/yuvraj/xSumm/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
BatJedi authored
* Created model card for my summarization model * Update model_cards/yuvraj/summarizer-cnndm/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Manuel Romero authored
- Maybe the result of this query answers the question You did some days ago @julien-c ;-)
-
Manuel Romero authored
-
Manuel Romero authored
-
- 20 Jul, 2020 12 commits
-
-
Sylvain Gugger authored
-
Qingqing Cao authored
The DataParallel training was fixed in https://github.com/huggingface/transformers/pull/5733, this commit also fixes the evaluation. It's more convenient when the user enables both `do_train` and `do_eval`.
-
Sylvain Gugger authored
-
Sam Shleifer authored
Huge MT speedup!
-
Sylvain Gugger authored
* Improve doc of use_cache * Update src/transformers/configuration_xlnet.py Co-authored-by:
Teven <teven.lescao@gmail.com> Co-authored-by:
Teven <teven.lescao@gmail.com>
-
Clement authored
-
Clement authored
-
Clement authored
-
Clement authored
-
Clement authored
-
Sam Shleifer authored
-
Stas Bekman authored
* DataParallel fixes: 1. switched to a more precise check - if self.args.n_gpu > 1: + if isinstance(model, nn.DataParallel): 2. fix tests - require the same fixup under DataParallel as the training module * another fix
-