- 16 Sep, 2021 10 commits
-
-
Sylvain Gugger authored
* Properly use test_fetcher for examples * Fake example modification * Fake modeling file modification * Clean fake modifications * Run example tests for any modification.
-
Stas Bekman authored
* [deepspeed] replaced deprecated init arg * Trigger CI
-
Patrick von Platen authored
* correct * add tests * Update src/transformers/feature_extraction_sequence_utils.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Matt authored
* Fix issue when labels are supplied as Numpy array instead of list * Fix issue when labels are supplied as Numpy array instead of list * Fix same issue in the `TokenClassification` data collator * Style pass
-
Sylvain Gugger authored
-
Lysandre Debut authored
-
Matt authored
* Fix issue when labels are supplied as Numpy array instead of list * Fix issue when labels are supplied as Numpy array instead of list
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Stas Bekman authored
-
- 15 Sep, 2021 4 commits
-
-
Patrick von Platen authored
* finish * delete bogus file * correct some stuff * finish * finish
-
elishowk authored
-
Suraj Patil authored
Update GPT Neo ONNX config to match the changes implied by the simplification of the local attention Co-authored-by:Michael Benayoun <michael@huggingface.co>
-
Bhadresh Savani authored
-
- 14 Sep, 2021 8 commits
-
-
Sylvain Gugger authored
* Fix test_fetcher when setup is updated * Remove example
-
elishowk authored
Co-authored-by:Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Sylvain Gugger authored
-
Sylvain Gugger authored
* Add checks to build cleaner model cards * Address review comments
-
Bhadresh Savani authored
* added initial files * fixes pipeline * fixes style and quality * fixes doc issue and positional encoding * fixes layer norm and test * fixes quality issue * fixes code quality * removed extra layer norm * added layer norm back in encoder and decoder * added more code copy quality checks * update tests * Apply suggestions from code review * fix import * fix test Co-authored-by:patil-suraj <surajp815@gmail.com>
-
Suraj Patil authored
-
Sylvain Gugger authored
* Push to hub when saving checkpoints * Add model card * Revert partial model card * Small fix for checkpoint * Add tests * Add documentation * Fix tests * Bump huggingface_hub * Fix test
-
Avital Oliver authored
* Add long-overdue link to the Google TRC project * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Stefan Schweter <stefan@schweter.it>
-
- 13 Sep, 2021 10 commits
-
-
Lysandre Debut authored
* Nightly CI torch * Version * Reformat * Only subset Fix * Revert * Better formatting * New channel
-
Patrick von Platen authored
-
SaulLu authored
* add imports * Update docs/source/perplexity.rst Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Stas Bekman authored
* [tokenizer] use use_auth_token for config * args order
-
Patrick von Platen authored
-
Nicolas Patry authored
apparently).
-
Patrick von Platen authored
-
Xiaohan Zou authored
-
Alex Hedges authored
-
holazzer authored
fix use_cache value assign
-
- 10 Sep, 2021 7 commits
-
-
Suraj Patil authored
* simplify local attention * update tests * add a comment and use torch.bitwise_xor
-
Patrick von Platen authored
* fix * 2nd fix
-
patrickvonplaten authored
-
Matt authored
Fix issues with `TFMultipleChoiceLoss` if the choices dimension is None when `build()` is called.
-
Patrick von Platen authored
* finalize * Apply suggestions from code review * finish cleaner implementation * more tests * small fix * finish * up
-
Nicolas Patry authored
* Enabling dataset iteration on pipelines. Enabling dataset iteration on pipelines. Unifying parameters under `set_parameters` function. Small fix. Last fixes after rebase Remove print. Fixing text2text `generate_kwargs` No more `self.max_length`. Fixing tf only conversational. Consistency in start/stop index over TF/PT. Speeding up drastically on TF (nasty bug where max_length would increase a ton.) Adding test for support for non fast tokenizers. Fixign GPU usage on zero-shot. Fix working on Tf. Update src/transformers/pipelines/base.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Update src/transformers/pipelines/base.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Small cleanup. Remove all asserts + simple format. * Fixing audio-classification for large PR. * Overly explicity null checking. * Encapsulating GPU/CPU pytorch manipulation directly within `base.py`. * Removed internal state for parameters of the pipeline. Instead of overriding implicitly internal state, we moved to real named arguments on every `preprocess`, `_forward`, `postprocess` function. Instead `_sanitize_parameters` will be used to split all kwargs of both __init__ and __call__ into the 3 kinds of named parameters. * Move import warnings. * Small fixes. * Quality. * Another small fix, using the CI to debug faster. * Last fixes. * Last fix. * Small cleanup of tensor moving. * is not None. * Adding a bunch of docs + a iteration test. * Fixing doc style. * KeyDataset = None guard. * RRemoving the Cuda test for pipelines (was testing). * Even more simple iteration test. * Correct import . * Long day. * Fixes in docs. * [WIP] migrating object detection. * Fixed the target_size bug. * Fixup. * Bad variable name. * Fixing `ensure_on_device` respects original ModelOutput.
-
Stefan Schweter authored
-
- 09 Sep, 2021 1 commit
-
-
Nicolas Patry authored
* Fixing #13381 * Enabling automatic LED models.
-