- 15 Jun, 2020 8 commits
-
-
Sam Shleifer authored
-
Funtowicz Morgan authored
* Increase pipeline support for ONNX export. * Style.
-
Sylvain Gugger authored
* Make DataCollator a callable * Update src/transformers/data/data_collator.py Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Bram Vanroy authored
* manually set device in trainer args * check if current device is cuda before set_device * Explicitly set GPU ID when using single GPU This addresses https://github.com/huggingface/transformers/issues/4657#issuecomment-642228099
-
ipuneetrathore authored
* Create README.md * Update model_cards/ipuneetrathore/bert-base-cased-finetuned-finBERT/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Stefan Schweter authored
* utils_ner: do not add extra sep token for RoBERTa model * run_pl_ner: do not add extra sep token for RoBERTa model
-
Suraj Patil authored
* [model card] model card for bart-large-finetuned-squadv1 * add metadata link to the dataset
-
Funtowicz Morgan authored
* Improve ONNX export logging to give more information about the generated graph. * Correctly handle input and output in the logging.
-
- 14 Jun, 2020 2 commits
-
-
ZhuBaohe authored
-
Suraj Patil authored
-
- 13 Jun, 2020 1 commit
-
-
Sylvain Gugger authored
* Update hans data to be able to use Trainer * Fixes * Deal with tokenizer that don't have token_ids * Clean up things * Simplify data use * Fix the input dict * Formatting + proper path in README
-
- 12 Jun, 2020 7 commits
-
-
Julien Chaumond authored
see corresponding model pages to see how it's rendered
-
Suraj Patil authored
-
Sylvain Gugger authored
* Add AlbertForMultipleChoice * Make up to date and add all models to common tests
-
Manuel Romero authored
-
Yannis Papanikolaou authored
-
Patrick von Platen authored
* first commit * add new auto models * better naming * fix bert automodel * fix automodel for pretraining * add models to init * fix name typo * fix typo * better naming * future warning instead of depreciation warning
-
Sam Shleifer authored
-
- 11 Jun, 2020 6 commits
-
-
VictorSanh authored
-
Patrick von Platen authored
-
Suraj Patil authored
-
Sam Shleifer authored
-
Sylvain Gugger authored
* Support multiple choice in tf common model tests * Add the input_embeds test
-
Setu Shah authored
-
- 10 Jun, 2020 14 commits
-
-
RafaelWO authored
* Fixed resize_token_embeddings for transfo_xl model * Fixed resize_token_embeddings for transfo_xl. Added custom methods to TransfoXLPreTrainedModel for resizing layers of the AdaptiveEmbedding. * Updated docstring * Fixed resizinhg cutoffs; added check for new size of embedding layer. * Added test for resize_token_embeddings * Fixed code quality * Fixed unchanged cutoffs in model.config Co-authored-by:Rafael Weingartner <rweingartner.its-b2015@fh-salzburg.ac.at>
-
Sylvain Gugger authored
-
Sylvain Gugger authored
* Split LMBert model in two * Fix example * Remove lm_labels * Adapt tests, refactor prepare_for_generation * Fix merge * Hide BeartLMHeadModel
-
Matthew Goldey authored
* check type before logging to ensure it's a scalar * log when Trainer attempts to add a non-scalar value using TensorboardX's writer.add_scalar so we know what kinds of fixes are appropriate * black it * rephrase log message to clarify attribute was dropped Co-authored-by:
Julien Chaumond <chaumond@gmail.com> Co-authored-by:
Julien Chaumond <chaumond@gmail.com>
-
Yannis Papanikolaou authored
-
Lysandre Debut authored
* Run a single wandb instance per TPU run * wandb: self.is_world_master * make style Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Lysandre Debut authored
-
Suraj Patil authored
* ElectraForQuestionAnswering * udate __init__ * add test for electra qa model * add ElectraForQuestionAnswering in auto models * add ElectraForQuestionAnswering in all_model_classes * fix outputs, input_ids defaults to None * add ElectraForQuestionAnswering in docs * remove commented line
-
Amil Khare authored
-
Sylvain Gugger authored
-
Patrick von Platen authored
* fix doc * add format file * add output attentions to all docs * add also for bart * fix naming * re-add doc to config
-
Sylvain Gugger authored
* Fix CI
-
Sylvain Gugger authored
* Deal with multiple choice in common tests
-
Sylvain Gugger authored
* Remove unused arguments * Formatting * Remove second todo comment
-
- 09 Jun, 2020 2 commits
-
-
songyouwei authored
`is_leaf` may become `False` after `.to(device=device)` function call.
-
Lysandre authored
-