- 05 Mar, 2021 7 commits
-
-
Joakim Warholm authored
-
Lysandre Debut authored
* Only run one test * Patch segfault * Fix summarization pipeline * Ready for merge
-
Patrick von Platen authored
-
Nicolas Patry authored
-
Lysandre authored
-
lewtun authored
-
Lysandre authored
-
- 04 Mar, 2021 6 commits
-
-
Patrick von Platen authored
* first step to refactor * make all fast tests pass * make all slow tests pass * save intermediate * correct cache * finish PR * make fp16 work
-
Sylvain Gugger authored
* Rework TPU checkpointing in Trainer * Wraps the barrier in a dist test * Address review comments * Remove line
-
Philipp Schmid authored
* removed overwrites * remove default value for output_dir * adjusted typing
-
Sylvain Gugger authored
-
Sylvain Gugger authored
This reverts commit f3660613.
-
Sylvain Gugger authored
-
- 03 Mar, 2021 9 commits
-
-
Sylvain Gugger authored
-
Sylvain Gugger authored
* Fix gradient accumulation for SM Model Parallelism * Style and divide loss by grad accum steps
-
felixgwu authored
* fix all_hidden_states * use output_states instead of next_kv
-
Stas Bekman authored
* remap classes to strings * missing new util * style * doc * move the autogenerated file * Trigger CI
-
Sylvain Gugger authored
* Refactor checkpoint name in BERT and MobileBERT * Add option to check copies * Add QuestionAnswering * Add last models * Make black happy
-
Jeff Yang authored
* feat(docs): navigate with left/right arrow keys * fix: add missing comma
-
Patrick von Platen authored
* fix speed degradation bug t5 * fix for all models * fix code quality
-
WybeKoper authored
Co-authored-by:WybeKoper <WybeKoper@users.noreply.github.com>
-
Mehrad Moradshahi authored
-
- 02 Mar, 2021 1 commit
-
-
Martin Schmitt authored
Changed `num_beams` to `num_beams // num_beam_groups` when initialising `PrefixConstrainedLogitsProcessor` in `_get_logits_processor` to fix compatibility issue when constrained decoding is used together with grouped beam search (#10475)
-
- 01 Mar, 2021 5 commits
-
-
Lysandre Debut authored
-
Lysandre Debut authored
-
Suraj Patil authored
* smal fixes * don't check for None
-
Patrick von Platen authored
-
Patrick von Platen authored
* add encode labels function to tokenizer * start adding finetuning * init dropout * upload * correct convert script * apply changes * fix second typo * make first dummy training run * adapt convert script * push confg for comparison * remove conf * finish training * adapt data collator * add research folder * update according to fairseq feedback * some minor corrections * refactor masking indices a bit * some minor changes * clean tokenizer * finish clean-up * remove previous logic * update run script * correct training * finish changes * finish model * correct bug * fix training a bit more * add some tests * finish gradient checkpointing * finish example * correct gradient checkpointing * improve tokenization method * revert changes in tokenizer * revert general change * adapt fine-tuning * update * save intermediate test * Update README.md * finish finetuning * delete conversion script * Update src/transformers/models/wav2vec2/configuration_wav2vec2.py * Update src/transformers/models/wav2vec2/processing_wav2vec2.py Co-authored-by:
Lysandre Debut <lysandre@huggingface.co> * finish wav2vec2 script * finish wav2vec2 fine-tuning * finalize test * correct test * adapt tests * finish * remove test file Co-authored-by:
Lysandre Debut <lysandre@huggingface.co>
-
- 28 Feb, 2021 3 commits
-
-
Patrick von Platen authored
-
Darigov Research authored
* feat: Adds three definitions to glossary from @cronoik Needed a definition for transformer which in turn needed 2 more definitions To do with issue https://github.com/huggingface/transformers/issues/9078 * fix: Adjusts definition of neural network to make it easier to read
-
Tanmay Garg authored
* Introduce save_strategy training argument * deprecate EvaluationStrategy * collapse EvaluationStrategy and LoggingStrategy into a single IntervalStrategy enum * modify tests to use modified enum
-
- 27 Feb, 2021 5 commits
-
-
Bhadresh Savani authored
* updated logging and saving metrics * space removal
-
Stas Bekman authored
This PR restores the original functionality that for some reason was modified. Fixes: https://github.com/huggingface/transformers/issues/10381 @sgugger
-
Lysandre Debut authored
-
Stas Bekman authored
* refactors * typo
-
Amog Kamsetty authored
* fixes * update resources * formatting * remove import * add log statement * use fstring * add period * Update src/transformers/integrations.py
-
- 26 Feb, 2021 4 commits
-
-
Kai Fricke authored
-
Patrick von Platen authored
* correct docs * correct tf model docs as well
-
Mansi Mane authored
* Added tb fix * Removed local rank condition * Updated reference to args
-
Julien Chaumond authored
馃槀
-