"vscode:/vscode.git/clone" did not exist on "050ef1451682a64a70394f372021572c59dc4c28"
- 20 Sep, 2022 8 commits
-
-
Yih-Dar authored
* Skip if torch < 1.11 * fix quality * fix import * fix typo * fix condition * fix condition * fix condition * fix quality * fix condition Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Santiago Castro authored
-
Alara Dirik authored
* return post-processed segmentations as list, add test * use torch to resize logits * fix assertion error if no target_size is specified
-
Ryan X authored
* Fix: update ltp word segmentation call in mlm_wwm * Fix: update ltp word segmentation call in mlm_wwm * Fix: update ltp word segmentation call in mlm_wwm
-
flozi00 authored
* correct spelling in README * processing
-
Ankur Goyal authored
Co-authored-by:Ankur Goyal <ankur@impira.com>
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Alara Dirik authored
* add post_process_semantic_segmentation method to BeiTFeatureExtractor
-
- 19 Sep, 2022 13 commits
-
-
S.Kishore authored
-
Sylvain Gugger authored
* Add documentation of Trainer.create_model_card * Expand to TF version
-
Wang, Yi authored
need to find out solution for following cases *if we need to use trial in model_init, how to do it for non-main rank, sync the model with rank0 in app? *how to use optuna prune feature for DDP, if we do it in rank0, how does other rank know it. Signed-off-by:Wang, Yi A <yi.a.wang@intel.com> Signed-off-by:
Wang, Yi A <yi.a.wang@intel.com>
-
Sylvain Gugger authored
-
flozi00 authored
-
NielsRogge authored
* Add tips * Add BEiT figure * Fix URL * Move tip to start * Add tip to TF model as well Co-authored-by:Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
-
Partho authored
-
S.Kishore authored
* Added type hints to ResNetForImageClassification * Resolved check_repository_consistency failure issue Running fix-copies changed the type hints for RegNetForImageClassification in modeling_regnet.py file
-
S.Kishore authored
* Added type hints for TFMPNetModel * Added type hints for TFMPNetForMaskedLM * Added type hints for TFMPNetForSequenceClassification * Added type hints for TFMPNetForMultipleChoice * Added type hints for TFMPNetForTokenClassification * Added Type hints for TFMPNetForQuestionAnswering
-
S.Kishore authored
* Added Type hints for VIT MAE * Ran make fixup
-
S.Kishore authored
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
- 16 Sep, 2022 15 commits
-
-
Sylvain Gugger authored
-
flozi00 authored
* german autoclass * Update _toctree.yml
-
dependabot[bot] authored
Bumps [mako](https://github.com/sqlalchemy/mako) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits ) --- updated-dependencies: - dependency-name: mako 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>
-
Lysandre Debut authored
-
Sylvain Gugger authored
* Fix tokenizer load from one file * Add a test * Style Co-authored-by:Lysandre <lysandre.debut@reseau.eseo.fr>
-
fxmarty authored
-
Partho authored
* added type hints pytorch unispeech * added type hints pytorch MPNet * added type hints nystromformer * resolved copy inconsistencies * make fix-copies Co-authored-by:matt <rocketknight1@gmail.com>
-
Joao Gante authored
* resized models that we can actually load * separate embeddings check * add test for embeddings out of bounds * add fake slows
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Omar Sanseviero authored
* Add CLIP to zero-shot-image-classification * Make mapping private as it's not used for AutoClassing
-
Sylvain Gugger authored
* Tests conditional run * Syntax * Deps * Try early exit * Another way * Test with no tests to run * Test all * Typo * Try this way * With tests to run * Mostly finished * Typo * With a modification in one file only * No change, no tests * Final cleanup * Address review comments
-
Jim Briggs authored
* Adding cast to fp32 in convnext layernorm to prevent rounding errors in the case of fp16 input * Trigger CI
-
Tom Aarsen authored
-
Michael Benayoun authored
* Support for ConvNext * Support for Wav2Vec2 * Support for Resnet * Fix small issue in test_modeling_convnext
-
Younes Belkada authored
- set `use_cache` to `True` for consistency with other `transformers` models
-
- 15 Sep, 2022 4 commits
-
-
Colin Dean authored
* Adds package and requirement spec output to version check exception It's difficult to understand what package is affected when `got_ver` here comes back None, so output the requirement and the package. The requirement probably contains the package but let's output both for good measure. Non-exhaustive references for this problem aside from my own encounter: * https://stackoverflow.com/questions/70151167/valueerror-got-ver-is-none-when-importing-tensorflow * https://discuss.huggingface.co/t/valueerror-got-ver-is-none/17465 * https://github.com/UKPLab/sentence-transformers/issues/1186 * https://github.com/huggingface/transformers/issues/13356 I speculate that the root of the error comes from a conflict of conda-managed and pip-managed Python packages but I've not yet proven this. * Combines version presence check and streamlines exception message See also: https://github.com/huggingface/transformers/pull/18702#discussion_r953223275 Co-authored-by:
Stas Bekman <stas@stason.org>
-
Shijie Wu authored
-
Yih-Dar authored
* Enable torchdynamo tests * make style Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Sylvain Gugger authored
* Fix CI for custom tokenizers * Add nightly tests * Run CI, run! * Fix paths * Typos * Fix test
-