"fmoe/vscode:/vscode.git/clone" did not exist on "40f5fd36d3a78d09cdd70353c0feec2776267434"
  1. 15 Feb, 2023 4 commits
    • amyeroberts's avatar
      Skipping more high mem tests - Wav2Vec2 Hubert (#21647) · 3499c49c
      amyeroberts authored
      Skipping more tests
      3499c49c
    • Susnato Dhar's avatar
      Add Ernie-M Model to huggingface (#21349) · 0c9c8472
      Susnato Dhar authored
      * config and tokenization(fast too) changed and ErnieEncoder added
      
      * Slow Tokenization Added
      
      * Tokenizer(slow) is now working and Fast Tokenizer removed
      
      * Added Config code
      
      * Added Base Model and utils
      
      * ErnieMModel is now working
      
      * All added except tests
      
      * All tests passed except ErnieUIEM
      
      * All tests passed
      
      * all fixes done
      
      * all fixes done
      
      * fixed MAP
      
      * fixed check_code_quality
      
      * fixed Build PR Documentation issue
      
      * Added changes(comments) and also updated to the latest upstream/main
      
      * Added fixup
      
      * Added # Copied comments
      
      * Added fixup
      
      * Added more comments and some nits
      
      * Added fixup
      
      * Fixed README_hd.md
      
      * Added more fixes
      
      * ErnieMTokenizer (being sentencepiece) protected and other docs edited
      
      * Added code_quality fix
      
      * Fixed for
      
      * Added more fix
      
      * modified AZ
      
      * ernie-m tokenization test added!
      
      * attention mask part fixed(with 0->self.config.pad_token_id)
      
      * applied make fixup
      0c9c8472
    • amyeroberts's avatar
      Skip wav2vec2 hubert high mem tests (#21643) · fc28c006
      amyeroberts authored
      * Skip high memory tests
      
      * Skip high memory tests
      
      * Remove unused import
      fc28c006
    • Yih-Dar's avatar
      Fix Blip-2 CI again (#21637) · e3d832ff
      Yih-Dar authored
      
      
      * fix blip-2 ci
      
      * fix blip-2 ci
      
      ---------
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      e3d832ff
  2. 14 Feb, 2023 5 commits
  3. 13 Feb, 2023 8 commits
  4. 10 Feb, 2023 9 commits
  5. 09 Feb, 2023 7 commits
    • Katie Le's avatar
      Added with torch.no_grad() to XLM-Roberta integration test (#21547) · 23c146c3
      Katie Le authored
      
      
      * added with torch.no_grad() to the integration tests and applied make style
      
      * added with torch.no_grad() to xlm roberta forward pass
      
      ---------
      Co-authored-by: default avatarBibi <Bibi@katies-mac.local>
      23c146c3
    • Sylvain Gugger's avatar
      🚨🚨🚨 Enforce single model initialization (#21431) · 04b2f13c
      Sylvain Gugger authored
      * Enforce single model initialization
      
      * Add OneFormer example for problem 3
      
      * Do it the Stas way
      
      * Actually rename the uses...
      
      * Rewrite test
      
      * Try to change the test this way
      
      * Fix all init slow/fast tests
      
      * Break connection
      
      * Fix more tests
      
      * Fix test for initialization
      
      * Remove custom test
      
      * Quality
      
      * Fix last failing tests
      
      * The end?
      04b2f13c
    • Sylvain Gugger's avatar
    • NielsRogge's avatar
      Add BLIP-2 (#21441) · d7f1e7c0
      NielsRogge authored
      
      
      * First draft
      
      * More improvements
      
      * More improvements
      
      * Improve conversion script
      
      * Convert all weights
      
      * Make forward pass work
      
      * Make logits match
      
      * More improvements
      
      * More improvements
      
      * More improvements
      
      * Use get_input_embeddings
      
      * Improve some more
      
      * Improve model tests
      
      * Improve model tests
      
      * More improvements
      
      * Fix processor
      
      * Update files
      
      * Update prepare_inputs_for_generation
      
      * More improvements
      
      * Fix copies
      
      * More fixes
      
      * Make fixup
      
      * More improvements
      
      * Add support for seq2seq language model
      
      * More improvements
      
      * Fix test
      
      * More improvements
      
      * Improve conversion script
      
      * Remove some todo's
      
      * Fix README's
      
      * Improve conversion script
      
      * Fix generation
      
      * Fix style and remove Blip2Model
      
      * Fix model outputs
      
      * More improvements
      
      * Set eos_token_id in config
      
      * Fix quality
      
      * Small improvements
      
      * Add processor tests
      
      * More improvements
      
      * Apply suggestions
      
      * Apply suggestions
      
      * Add integration test
      
      * Update image URL
      
      * Add integration test
      
      * Fix model_type
      
      * Update style
      
      * Improve docs
      
      * Add doc tests
      
      * Fix copies
      
      * Remove tests which are passing
      
      * Improve some more
      
      * Add tests for seq2seq language models
      
      * Minor fix
      
      * Convert more checkpoints
      
      * finalize CI
      
      * Fix blip and blip2 processors
      
      * add `accelerate` support for `blip2`
      
      * clean up
      
      * make style
      
      * Update conversion script
      
      * Update conversion script some more
      
      * Update organization
      
      * revert toc file
      
      * add blip-2 to toc file
      
      * Some more improvements
      
      * Fix docstring
      
      * Improve docs
      
      ---------
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      Co-authored-by: default avataryounesbelkada <younesbelkada@gmail.com>
      d7f1e7c0
    • Joao Gante's avatar
      Tag tests as slow (#21537) · 0d33381f
      Joao Gante authored
      begone slow tests
      0d33381f
    • Joao Gante's avatar
    • Joao Gante's avatar
  6. 08 Feb, 2023 5 commits
  7. 07 Feb, 2023 2 commits
    • Adrian Sager La Ganga's avatar
      Add inverse sqrt learning rate scheduler (#21495) · a3034c70
      Adrian Sager La Ganga authored
      * added inverse sqrt lr scheduler
      
      * Updated get_scheduler in src/transformers/optimization.py
      
      * Updated src/transformers/__init__.py
      
      * Added inverse sqrt lr scheduler test
      
      * Updated docs/source/en/main_classes/optimizer_schedules.mdx
      
      * Ran style and quality scripts
      
      * Fix get_inverse_sqrt_schedule docstring
      
      * Comment implementation URL
      a3034c70
    • Stas Bekman's avatar
      [tokenizer] sanitize saved config (#21483) · b9af152e
      Stas Bekman authored
      * [tokenizer] sanitize saved config
      
      * rm config["name_or_path"] test
      b9af152e