1. 21 Sep, 2021 8 commits
    • Nishant Prabhu's avatar
      Layoutlm onnx support (Issue #13300) (#13562) · ddd4d02f
      Nishant Prabhu authored
      
      
      * Add support for exporting PyTorch LayoutLM to ONNX
      
      * Added tests for converting LayoutLM to ONNX
      
      * Add support for exporting PyTorch LayoutLM to ONNX
      
      * Added tests for converting LayoutLM to ONNX
      
      * cleanup
      
      * Removed regression/ folder
      
      * Add support for exporting PyTorch LayoutLM to ONNX
      
      * Added tests for converting LayoutLM to ONNX
      
      * cleanup
      
      * Fixed import error
      
      * Remove unnecessary import statements
      
      * Changed max_2d_positions from class variable to instance variable of the config class
      
      * Add support for exporting PyTorch LayoutLM to ONNX
      
      * Added tests for converting LayoutLM to ONNX
      
      * cleanup
      
      * Add support for exporting PyTorch LayoutLM to ONNX
      
      * cleanup
      
      * Fixed import error
      
      * Changed max_2d_positions from class variable to instance variable of the config class
      
      * Use super class generate_dummy_inputs method
      Co-authored-by: default avatarMichael Benayoun <mickbenayoun@gmail.com>
      
      * Add support for Masked LM, sequence classification and token classification
      Co-authored-by: default avatarMichael Benayoun <mickbenayoun@gmail.com>
      
      * Removed uncessary import and method
      
      * Fixed code styling
      
      * Raise error if PyTorch is not installed
      
      * Remove unnecessary import statement
      Co-authored-by: default avatarMichael Benayoun <mickbenayoun@gmail.com>
      ddd4d02f
    • Sylvain Gugger's avatar
      Add push_to_hub to no_trainer examples (#13659) · b7d264be
      Sylvain Gugger authored
      * Add push_to_hub to no_trainer examples
      
      * Quality
      
      * Document integration
      
      * Roll out to other examples
      b7d264be
    • Stas Bekman's avatar
    • Anton Lozhkov's avatar
      [SequenceFeatureExtractor] Rewrite padding logic from pure python to numpy (#13650) · 1417978c
      Anton Lozhkov authored
      * Test np padding
      
      * Pass feature extraction tests
      
      * Update type hints
      
      * Fix flaky integration tests
      
      * Try a more stable waveform
      
      * Add to_numpy jax support
      
      * int32 attention masks
      
      * Refactor normalization tests
      1417978c
    • Kamal Raj's avatar
      Typo "UNKWOWN" -> "UNKNOWN" (#13675) · 8d533e6a
      Kamal Raj authored
      8d533e6a
    • Kamal Raj's avatar
      [FLAX] Question Answering Example (#13649) · 78807d86
      Kamal Raj authored
      * flax qa example
      
      * Updated README:  Added Large model
      
      * added utils_qa.py FULL_COPIES
      
      * Updates:
      1. Copyright Year updated
      2. added dtype arg
      3. passing seed and dtype to load model
      4. Check eval flag before running eval
      
      * updated README
      
      * updated code comment
      78807d86
    • Kamal Raj's avatar
      beit-flax (#13515) · a2dec768
      Kamal Raj authored
      * beit-flax
      
      * updated FLAX_BEIT_MLM_DOCSTRING
      
      * removed bool_masked_pos from classification
      
      * updated Copyright
      
      * code refactoring: x -> embeddings
      
      * updated test: rm from_pt
      
      * Update docs/source/model_doc/beit.rst
      
      * model code dtype updates and
      other changes according to review
      
      * relative_position_bias
      revert back to pytorch design
      a2dec768
    • Patrick von Platen's avatar
      Add Speech AutoModels (#13655) · 48fa42e5
      Patrick von Platen authored
      * upload
      
      * correct
      
      * correct
      
      * correct
      
      * finish
      
      * up
      
      * up
      
      * up again
      48fa42e5
  2. 20 Sep, 2021 10 commits
  3. 17 Sep, 2021 9 commits
  4. 16 Sep, 2021 11 commits
  5. 15 Sep, 2021 2 commits