- 23 Mar, 2022 1 commit
-
-
Lysandre Debut authored
* Updates the default branch from master to main * Links from `master` to `main` * Typo * Update examples/flax/README.md Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
- 22 Mar, 2022 13 commits
-
-
Steven Liu authored
*
✨ refactor code samples with framework-specific blocks *✨ update training.mdx *🖍 apply feedback -
Omar Sanseviero authored
-
Patrick von Platen authored
-
Jacob Dineen authored
* undo black autoformat * minor fix to rembert forward with default * make fix-copies, make quality * Adding types to template model * Removing List from the template types * Remove `Optional` from a couple of types that don't accept `None` Co-authored-by:matt <rocketknight1@gmail.com>
-
Francesco Saverio Zuppichini authored
-
Clémentine Fourrier authored
* Added type hinting for forward functions in pytorch marian * typo correction * Removed type hints on functions from BART per Suraj Patil request * fix import pb * fix typo * corrected tuple call * ran black * after fix-copies Some optional tags on primitives were removed, past_key_values in MarianForCausalLM changed from Tuple of Tuple to List * Fixing copies to roformer and pegasus Co-authored-by:
Clementine Fourrier <cfourrie@inria.fr> Co-authored-by:
matt <rocketknight1@gmail.com>
-
NielsRogge authored
* Add link to notebook * Add link * Fix bug Co-authored-by:Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
-
Dan Tegzes authored
-
Adam Montgomerie authored
* add pt funnel type hints * add tf funnel type hints
-
Dan Tegzes authored
-
Beomseok Lee authored
* Fix bugs for argument typo and positional embedding weight loading * Reflect code review suggestion to cover different missing keys cases
-
Suraj Patil authored
* add xglm conversion script * style * update script
-
NielsRogge authored
* First draft * Fix logits calculation * Improve tests * Add copied from statements * Fix base_model_prefix * Improve implementation, upload new models * Update design * Fix integration test * Add model to README and toctree * Add document image * Apply suggestions from code review * Apply suggestions from code review Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Add decoder_hidden_size attribute * Update design of decoder * Add DepthEstimatorOutput class * Rename in_index to head_in_index and add feature extractor tests * Apply suggestions from code review * Apply suggestions from code review * Update pretrained model name and add to doc tests * Remove test.py script * Update copied from statements and clean up Co-authored-by:
Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
- 21 Mar, 2022 26 commits
-
-
Johnny Greco authored
* Add type annotations for TF Longformer * Update docstring data types to include numpy array * Implement unpack_inputs decorator * fixup after decorator updates * Numpy array -> np.ndarray in docstring Co-authored-by:Johnny Greco <johnny.greco@radpartners.com>
-
Thomas Chaigneau authored
* Add Flaubert to ONNX to make it available for conversion. * Fixed features for FlauBERT. fixup command remove flaubert to docs list. Co-authored-by:ChainYo <t.chaigneau.tc@gmail.com>
-
Joao Gante authored
-
Gunjan Chhablani authored
-
ivanllt authored
-
Anton Lozhkov authored
* update results * per-language metrics * Format the per-language metrics
-
Gunjan Chhablani authored
* Indent Seq2Seq Train Args docs * Add Args keyword to Seq2Seq Train Args docs
-
Johnny Greco authored
-
Suraj Patil authored
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Steven Liu authored
*
📝 first draft *🖍 apply feedback -
NielsRogge authored
* Remove unused attributes * Add link to blog and add clarification about input size * Improve readability of the code Co-authored-by:Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
-
Suraj Patil authored
-
Yi Heng Lim authored
* Added type hints for PyTorch T5 model * removed a type hint * ran make style
-
Christopher Akiki authored
* Add typing hints for base model class * Add typing hints for causal LM model class * Add typing hints for double heads model class * Add typing hints for sequence classification model class * Add typing hints for Main Layer * Run fixup
-
Francesco Saverio Zuppichini authored
-
Robot Jelly authored
* added type hints for BART model * make fixup, adding imports to copied files * Adding some missing types to cookiecutter * Adding some missing types to cookiecutter * Adding some missing types to cookiecutter Co-authored-by:matt <rocketknight1@gmail.com>
-
Jack McDonald authored
* Add type hint for pt transfo_xl model * Add type hint for tf transfo_xl model
-
Xia authored
* Add argument "cache_dir" for transformers.onnx * Reformate files that can't pass CI.
-
Gunjan Chhablani authored
-
Mowaninuola Osifeso authored
* added type hints to xlnet PT * added type hints to xlnet TF * added type hints to xlnet TF
-
PolarisRisingWar authored
As mentioned: https://github.com/huggingface/transformers/issues/16277
-
Suraj Patil authored
-
Aflah authored
* Update training.mdx Fixed Error Raised Due to Wrongly Accessing Training Sample * Ran make style * Revert to Old Commit * Apply suggestions from code review Co-authored-by:Suraj Patil <surajp815@gmail.com>
-
Sylvain Gugger authored
* Draft a guide with our code quirks for new models * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Joao Gante <joao@huggingface.co> * Apply suggestions from code review Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Joao Gante <joao@huggingface.co> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Dinesh Kumar Gnanasekaran authored
Co-authored-by:dinesh-GDK <dinesh.gna111@gmail.com1>
-