- 12 Dec, 2021 2 commits
-
-
Patrick von Platen authored
-
Suraj Patil authored
* use custom training arguments * update tests
-
- 11 Dec, 2021 2 commits
-
-
Stas Bekman authored
* document MoE model approach * additional info from Samyam * fix
-
Nicolas Patry authored
* Fixing tests for perceiver (texts) * For MaskedLM
-
- 10 Dec, 2021 10 commits
-
-
Sylvain Gugger authored
-
Sylvain Gugger authored
-
Sylvain Gugger authored
-
Sylvain Gugger authored
-
Sylvain Gugger authored
-
Sylvain Gugger authored
* Test workflow * Build doc * Make a clean build * Add doc config * Restore other workflows * Final job * Print something in else statements * Pull before making changes
-
Yih-Dar authored
* Fix doc examples: unexpected keyword argument * Don't delete token_type_ids from inputs Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Nicolas Patry authored
-
Yih-Dar authored
Fix examples: 'CausalLMOutputWithCrossAttentions' object has no attribute 'last_hidden_state' (#14678) Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
- 09 Dec, 2021 10 commits
-
-
Sylvain Gugger authored
-
Tikeng Notsawo Pascal Junior authored
-
Lysandre authored
-
Lysandre authored
-
Lysandre authored
-
Mishig Davaadorj authored
-
Philipp Schmid authored
* add str hub token to repository when provided else fallback to default True * make style
-
NielsRogge authored
-
Sylvain Gugger authored
-
Sylvain Gugger authored
-
- 08 Dec, 2021 16 commits
-
-
Yih-Dar authored
* Fix doc examples: name '...' is not defined * remove >>> and ... in some docstrings in visual_bert Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Sylvain Gugger authored
-
Sylvain Gugger authored
* Move pyctcdecode dep * Fix doc and last objects * Quality * Style * Ignore this black
-
Stas Bekman authored
-
Stas Bekman authored
* [bf16 support] tweaks * corrections Co-authored-by:Manuel R. Ciosici <manuelrciosici@gmail.com>
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Sylvain Gugger authored
-
Sylvain Gugger authored
* Fixes in init * Style
-
Dhruv Nair authored
* change args to address overwriting issue * remove project name from args * remove passing args as kwargs to experiment object * remove passing args as kwargs to offline experiment * fix offline directory assignment in experiment kwargs * log checkpoint folder on training end * log entire output_dir as asset folder * log asset folder recursively * end experiment at the end of training * clean up * clean up * Default to always log training assets to Comet when using CometCallback * change logging training assets to be true when running callback setup * fix so that experiment always ends when training ends * styling and quality fixes * update docstring for COMET_LOG_ASSETS environment variable * run styling and quality checks * clean up to docstring * remove merge markers * change asset logging to false to avoid hitting max assets per experiment limit * update training asset description * fix styling
-
Gaurang Tandon authored
* fix: verify jsonl in run_translation (#14660) * fix(run_translation.py): json/jsonl validation Both json and jsonl are to be accepted as valid jsonlines file extension * fix(run_translation.py): make black happy * Ran make style
-
Sylvain Gugger authored
* Convert a few docs * And another * Last tutorials * New syntax for colab links * Convert a few docs * And another * Last tutorials * New syntax for colab links
-
Michael Benayoun authored
* Added support for other features for already supported models * Partial support for causal and seq2seq models * Partial support for causal and seq2seq models * OnnxSeq2SeqConfigWithPast to support seq2seq models * Parameterized the onnx tests * Restored run_mlm.py * Restored run_mlm.py * [WIP] BART update * BART and MBART * Added comments * Another sequence length of the past_key_values
-
Patrick von Platen authored
* [AutoProcessor] Add Wav2Vec2WithLM & small fix * revert line removal * Update src/transformers/__init__.py * add test * up * up * small fix
-
Lysandre Debut authored
-
ZOHETH authored
tf.matrix_band_part -> tf.linalg.band_part
-