- 08 Mar, 2023 1 commit
-
-
bofeng huang authored
* Add specaugment to run_speech_recognition_seq2seq.py * Remove useless argument: text_column * Fix quality * Update return_attention_mask condition * Update specaugment arguments only for whisper models * Remove SpecAugment arguments from ModelArguments, only leave default values for simplicity * Apply suggestions from code review Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com> * Update apply_spec_augment only for whisper models * Apply suggestions from code review Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com> * Rename return_attention_mask to forward_attention_mask to avoid confusion with wav2vec2 models --------- Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
-
- 27 Feb, 2023 1 commit
-
-
bofeng huang authored
* Override the decoding parameters of Seq2SeqTrainer * Fix quality * Fix max_length parameter * Fix quality * Remove redundant parameter max_length * Separate the preprocess of train and validation to use different max_target_length
-
- 24 Feb, 2023 1 commit
-
-
Sanchit Gandhi authored
* [Examples] Generalise run audio classification for log-mel models * batch feature extractor * make style
-
- 22 Feb, 2023 2 commits
-
-
Sylvain Gugger authored
* Respect documentation on passive log level * Fix test and set log level in examples * Add doc
-
Aaron Gokaslan authored
-
- 16 Feb, 2023 1 commit
-
-
regisss authored
-
- 13 Feb, 2023 1 commit
-
-
Warren Green authored
-
- 10 Feb, 2023 1 commit
-
-
steventk-g authored
Update run_mae.py
-
- 09 Feb, 2023 1 commit
-
-
lee1jun authored
Update run_speech_recognition_ctc.py There should be `# limitations under the License` line at the end of the documentation section.
-
- 08 Feb, 2023 1 commit
-
-
Stefan Schweter authored
docs: fix some references in PyTorch text classification readme
-
- 07 Feb, 2023 1 commit
-
-
Jeroen Van Der Donckt authored
-
- 06 Feb, 2023 2 commits
-
-
Sylvain Gugger authored
* Result of black 23.1 * Update target to Python 3.7 * Switch flake8 to ruff * Configure isort * Configure isort * Apply isort with line limit * Put the right black version * adapt black in check copies * Fix copies
-
Stas Bekman authored
-
- 31 Jan, 2023 1 commit
-
-
Quentin Lhoest authored
* simplify column_names in run_clm * simplify column_names in run_mlm * minor
-
- 30 Jan, 2023 1 commit
-
-
Stas Bekman authored
* [run_clm example] add streaming dataset support * unrefactor kwargs * fix * fix * require datasets>=2.0.0 * port to mlm
-
- 23 Jan, 2023 2 commits
-
-
Sylvain Gugger authored
-
Mostafa Elhoushi authored
-
- 19 Jan, 2023 1 commit
-
-
amyeroberts authored
* Update examples to use image processors * Small fixes * Resolve conflicts
-
- 18 Jan, 2023 1 commit
-
-
Sylvain Gugger authored
* Adapt repository creation to latest hf_hub * Update all examples * Fix other tests, add Flax examples * Address review comments
-
- 06 Jan, 2023 1 commit
-
-
Observer46 authored
fix args passed to predict function
-
- 05 Jan, 2023 2 commits
-
-
Roy Hvaara authored
[NumPy] Remove references to deprecated NumPy type aliases. This change replaces references to a number of deprecated NumPy type aliases (np.bool, np.int, np.float, np.complex, np.object, np.str) with their recommended replacement (bool, int, float, complex, object, str). NumPy 1.24 drops the deprecated aliases, so we must remove uses before updating NumPy. Co-authored-by:
Peter Hawkins <phawkins@google.com> Co-authored-by:
Peter Hawkins <phawkins@google.com>
-
Magnus Pierrau authored
Added mask_time_prob and mask_time_length arguments to wav2vec2 pretraining script and readme - new branch
-
- 03 Jan, 2023 1 commit
-
-
Wang, Yi authored
* [run_clm example] add torch_dtype option for model load. for BLOOM 175B model. peak memory will reduce about 350G for inference. the weight of BLOOM in model hub is bfloat16 Signed-off-by:
Wang, Yi A <yi.a.wang@intel.com> * add other type in option * fix style Signed-off-by:
Wang, Yi A <yi.a.wang@intel.com>
-
- 24 Dec, 2022 1 commit
-
-
M谩rton Makrai authored
-
- 21 Dec, 2022 1 commit
-
-
NielsRogge authored
Update big table Co-authored-by:Niels Rogge <nielsrogge@Nielss-MBP.localdomain>
-
- 07 Dec, 2022 1 commit
-
-
Emmanuel Schmidbauer authored
-
- 06 Dec, 2022 2 commits
-
-
Francisco Kurucz authored
-
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>
-
- 01 Dec, 2022 2 commits
-
-
Sylvain Gugger authored
-
Wang, Yi authored
-
- 18 Nov, 2022 2 commits
-
-
Zachary Mueller authored
-
Sanchit Gandhi authored
* [ASR Examples] Update README for seq2seq * add language info * add training results * re-word
-
- 16 Nov, 2022 2 commits
-
-
Zachary Mueller authored
-
Jiahao Li authored
-
- 15 Nov, 2022 3 commits
-
-
Zachary Mueller authored
* Update reqs to include min gather_for_metrics Accelerate version * Other reqs
-
Muhammad Sakib Khan Inan authored
* Init Update * ClearML Callbacks integration * update corrections * args reporting updated * {'tensorboard': False, 'pytorch': False} * ClearML Tests added * add clearml * output_uri=True in Task.init * reformatted integrations.py * reformatted and fixed * IF-ELSE statement issue on "has_clearml" resolved * Add clearml in main callback docs * Add additional clearml documentation * Update src/transformers/integrations.py Co-authored-by:Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Accept suggestion Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Accept suggestion Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Small change in comments * Make style clearml * Accept suggestion Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Victor Sonck <victor.sonck@gmail.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
- 14 Nov, 2022 2 commits
-
-
Ming Liu authored
There is typo in the original hyperlink. Below is the original version: Based on the script [`run_translation_no_trainer.py`](https://github.com/huggingface/transformers/blob/main/examples/pytorch/translation/**run_translationn_no_trainer.py**).
-
Sanchit Gandhi authored
* merge conflicts * bos and eos in datacollator * (temp) hardcode removal of attention mask * freeze encoder * actually freeze encoder * set max length / num beams according to gen kwargs * (temp) fix tests * don't pop attn mask * override return attention mask config from Hub * Hub configs updated
馃 * final fixes * update type annotations * backward comp
-
- 04 Nov, 2022 1 commit
-
-
bhuang authored
-