- 21 Sep, 2022 10 commits
-
-
Sylvain Gugger authored
-
Nicolas Patry authored
* Allowing users to use the latest `tokenizers` release ! * Upgrading the versions table too.
-
Sylvain Gugger authored
-
Quentin Lhoest authored
-
Sylvain Gugger authored
-
Mishig Davaadorj authored
* Fix FlaxPretTrainedModel pt weights check * Update src/transformers/modeling_flax_utils.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * fix raise comment Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Alara Dirik authored
* add post-processing method for semantic segmentation * add test for post-processing
-
Zhong Hui authored
-
Alara Dirik authored
* add post_process_semantic_segmentation method to SegformerFeatureExtractor * add test for semantic segmentation post-processing
-
Leandro von Werra authored
-
- 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 9 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>
-