"docs/vscode:/vscode.git/clone" did not exist on "296252c49e640f252f87de037db8a62e1b9d23e1"
- 29 Sep, 2022 5 commits
-
-
Michael Benayoun authored
-
Gabriele Sarti authored
* fix fp16 for xglm * Removed misleading comment * Fix undefined variable Co-authored-by:
Gabriele Sarti <gsarti@amazon.com> Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com> Co-authored-by:
Younes Belkada <49240599+younesbelkada@users.noreply.github.com>
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Steven Liu authored
*
📝 reframe docs around preprocessing classes * small edits * edits and review * fix typo * apply review * clarify processor -
Steven Liu authored
* move autoclasses to main classes * keep auto.mdx in model_doc
-
- 28 Sep, 2022 8 commits
-
-
Sylvain Gugger authored
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Tatsuki Okada authored
* fix args option * fix trainer eval log * fix out of memory qa script * do isort, black, flake * fix tokenize target * take it back. * fix: comment
-
Nick Doiron authored
* Document and validate typical_p in generation
-
Yih-Dar authored
* Fix doctest for TFDeiTForImageClassification * Remove unnecessary tf.random.set_seed Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Gabriel Luiz Freitas Almeida authored
* Improve deprecation warning for return_all_scores * Fix formatting
-
Joao Gante authored
* add warning when left padding should be used * PT: check for pad token; FLAX: can only check while not tracing
-
Ankur Goyal authored
-
- 27 Sep, 2022 8 commits
-
-
IMvision12 authored
* Added tests for yaml and json * Added tests for yaml and json
-
Yih-Dar authored
* Use math.pi Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Sylvain Gugger authored
* More tests for regression in cached non existence * Style
-
Nicola Procopio authored
-
wangxu authored
* Add a gpt_j_residual argument to control the residual computing way * Put duplicate code outside of the if block * Rename parameter "gpt_j_residual" to "use_parallel_residual" and set the default value to True
-
Wang, Yi authored
* add doc for hyperparameter search * update doc
-
Arijit Mukherjee authored
* add wav2vec2_alignment * Update alignment.py * Update examples/research_projects/wav2vec2/alignment.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update examples/research_projects/wav2vec2/alignment.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update examples/research_projects/wav2vec2/alignment.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update examples/research_projects/wav2vec2/alignment.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update README.md * fix style * fix imports * fix multithread * fix bash script * [@anton-l] Style fixes and docstrings * [@anton-l] Style fixes and docstrings * Update alignment.py fix blank id in backtrack Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
anton-l <aglozhkov@gmail.com>
-
Ekagra Ranjan authored
* remove unused cur_len in generation_utils.py * linting
-
- 26 Sep, 2022 9 commits
-
-
Sylvain Gugger authored
* Fix cached_file in offline mode for cached non-existing files * Add tests * Test with offline mode
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
IMvision12 authored
* Changed json_file_parser function and added yaml parser function * update hf_argparser * Added allow_extra_keys argument
-
Sylvain Gugger authored
* Use repo_type instead of deprecated datasets repo IDs * Add missing one in doc
-
Ankur Goyal authored
Co-authored-by:Ankur Goyal <ankur@impira.com>
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.4...v3.19.5 ) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Ahmad Elawady authored
* Remove pos arg from Perceiver's Pre/Postprocessors * Revert the removed pos args in public methods
-
Yih-Dar authored
* separate images * Fix condition Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
- 23 Sep, 2022 10 commits
-
-
flozi00 authored
* correct spelling in README * processing * german training * accelerate * german model sharing * build doc * ttf links * casing
-
Enze authored
The overwrite_cache parameter is declared twice.
-
Fei Wang authored
-
Tianqi Zhang (张天启) authored
* fix incorrect comments about atten mask * typo * Update for CodeGen Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
* send slack report for offline runners Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Steven Anton authored
* Fix bug in example and add to tests * Fix failing tests * Check the size of logits * Code style * Try again... * Add expected loss for PerceiverForMaskedLM doctest Co-authored-by:
Steven Anton <antonstv@amazon.com> Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com>
-
Alara Dirik authored
* fix in-place preprocessing of inputs
-
Alara Dirik authored
* add post-processing method for semantic segmentation Co-authored-by:Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Tim Baumgärtner authored
* support for multiple eval datasets * support multiple datasets in seq2seq trainer * add documentation * update documentation * make fixup * revert option for multiple compute_metrics * revert option for multiple compute_metrics * revert added empty line
-
Wang, Yi authored
Signed-off-by:
Wang, Yi A <yi.a.wang@intel.com> Signed-off-by:
Wang, Yi A <yi.a.wang@intel.com>
-