1. 24 Apr, 2023 1 commit
  2. 04 Apr, 2023 1 commit
    • Shubhamai's avatar
      Flax Regnet (#21867) · 90067748
      Shubhamai authored
      * initial commit
      
      * review changes
      
      * post model PR merge
      
      * updating doc
      90067748
  3. 24 Mar, 2023 1 commit
    • Shubhamai's avatar
      Resnet flax (#21472) · a0cbbba3
      Shubhamai authored
      
      
      * [WIP] flax resnet
      
      * added pretrained flax models, results reproducible
      
      * Added pretrained flax models, results reproducible
      
      * working on tests
      
      * no real code change, just some comments
      
      * [flax] adding support for batch norm layers
      
      * fixing bugs related to pt+flax integration
      
      * removing loss from modeling flax output class
      
      * fixing classifier tests
      
      * fixing comments, model output
      
      * cleaning comments
      
      * review changes
      
      * review changes
      
      * Apply suggestions from code review
      Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
      
      * renaming Flax to PyTorch
      
      ---------
      Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
      a0cbbba3
  4. 14 Mar, 2023 1 commit
  5. 20 Feb, 2023 2 commits
    • Alara Dirik's avatar
      Add EfficientNet (#21563) · 49ab1623
      Alara Dirik authored
      * Add EfficientNet to transformers
      49ab1623
    • tanreinama's avatar
      add GPTSAN model (reopen) (#21291) · f56174ac
      tanreinama authored
      * add GPTSAN-Japanese
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN (update for review)
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * fix typo in comment text
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * add GPTSAN
      
      * fix document and comments
      
      * fix class name GPTSAN->GPTSan
      
      * fix import and test for tokenizer
      f56174ac
  6. 19 Jan, 2023 1 commit
    • Jitesh Jain's avatar
      Add OneFormer Model (#20577) · 5b949623
      Jitesh Jain authored
      * Add Oneformer Model
      
      * Add OneFormer Tests
      
      * Add UNIVERSAL_SEGMENTATION_MAPPING
      
      * Fix config
      
      * 馃悰 Fix error encountered while writing tests
      
      * 馃敤 Fix instance segmentation post processing
      
      * Format Files and Add Documentation
      
      * Add Documentation mdx file
      
      * Run make fixup
      
      * Run make fix-copies
      
      * Remove unnecessary code
      
      * Format modeling_oneformer.py
      
      * Add OneFormer to ImageSegmentationPipeline
      
      * Format files
      
      * Add Demo link to Readme
      
      * Fix fomatting errors
      
      * Fix test failures
      
      * Update Table in index.mdx
      
      * Fix version
      
      * Fix style
      
      * Remove OneFormer from TF
      
      * Fix Imports
      
      * Fix dummy objects
      
      * Fix tests
      
      * Add newline
      
      * Remove OneFormerFeatureExtractor
      
      * Remove CUDA Kernels
      
      * Use AutoBackbone for Swin
      
      * Fix description
      
      * Use Image Processor
      
      * Fix copies
      
      * Fix formatting
      
      * Fix import order
      
      * Fix flake8 errors
      
      * Fix doc errors
      
      * Add Hindi Readme entry
      
      * Update supported backbones
      
      * Update supported backbones
      
      * Undo Changes
      
      * Fix type of config
      
      * Fix isort
      
      * Fix auto.mdx
      
      * Fix swin config
      
      * Replace DinatBackbone with AutoBackbone
      
      * Use SwinBackbone
      
      * Use SwinBackbone
      
      * Fix conversion script
      
      * Fix arguments
      
      * Add argument description
      
      * Fix style
      
      * Add OneFormerProcessor
      
      * Fix OneFormerProcessor Tests
      
      * Fix mapping
      
      * Fix imports
      
      * Fix inits
      
      * Fix style
      
      * Fix comment
      
      * Fix docstring
      
      * Move OneFormer to MultiModal
      
      * Fix Copies
      
      * Remove size divisor
      
      * Fix check_repo.py
      
      * Fix copies
      
      * Add Processor for Testing Pipeline
      
      * Fix padding for tokens
      
      * Fix variables
      
      * Fix formatting with correct black version
      
      * Add Image Processor Test
      
      * Apply suggestions
      
      * Revert common modeling
      
      * Add check for task
      
      * Fix conversion script
      
      * Fix initialization order
      
      * Fix tests
      
      * Undo Pipeline Changes
      
      * Fix layers in MLP
      
      * Fix copies
      
      * Update image paths
      
      * Fix copies
      
      * Apply suggestions
      5b949623
  7. 16 Jan, 2023 1 commit
  8. 15 Nov, 2022 1 commit
  9. 09 Nov, 2022 1 commit
  10. 07 Nov, 2022 3 commits
  11. 25 Oct, 2022 1 commit
    • Davi Alves's avatar
      Added translation of serialization.mdx to Portuguese Issue #16824 (#19869) · 0a772491
      Davi Alves authored
      * [ custom_models.mdx ] - Translated to Portuguese the custom models tutorial.
      
      * [ run_scripts.mdx ] - Translated to Portuguese the run scripts tutorial.
      
      * [ converting_tensorflow_models.mdx ] - Translated to Portuguese the converting tensorflow models tutorial.
      
      * [ converting_tensorflow_models.mdx ] - Translated to Portuguese the converting tensorflow models tutorial.
      
      * [ serialization.mdx ] - Translated to Portuguese the serialization tutorial.
      0a772491
  12. 24 Oct, 2022 1 commit
    • Davi Alves's avatar
      Added translation of converting_tensorflow_models.mdx to Portuguese Issue #16824 (#19824) · 743995e0
      Davi Alves authored
      * [ custom_models.mdx ] - Translated to Portuguese the custom models tutorial.
      
      * [ run_scripts.mdx ] - Translated to Portuguese the run scripts tutorial.
      
      * [ converting_tensorflow_models.mdx ] - Translated to Portuguese the converting tensorflow models tutorial.
      
      * [ converting_tensorflow_models.mdx ] - Translated to Portuguese the converting tensorflow models tutorial.
      743995e0
  13. 21 Oct, 2022 2 commits
  14. 08 Sep, 2022 1 commit
  15. 06 Aug, 2022 1 commit
  16. 26 Jul, 2022 1 commit
    • Fellip Silva Alves's avatar
      [ create_a_model.mdx ] translate to pt (#18098) · 5e0ffd91
      Fellip Silva Alves authored
      
      
      * [ fast_tokenizers.mdx ] - Added translation to portuguese to tutorial
      
      * Delete docs/source/pt-br directory
      
      * [ fast_tokenizers.mdx ] - Continuing work on file
      
      * [ fast_tokenizers.mdx ] - Continuing work on file
      
      * Add fast tokenizers to _toctree.yml
      
      * Eliminated config and toctree.yml
      
      * Nits in fast_tokenizers.mdx
      
      * Finishing create_a_model
      
      * [ create_a_model.mdx ] finishing create a model in pt-br
      
      * [ Changing _toctree.yml ] adding create a model in pt
      Co-authored-by: default avatarOmar U. Espejel <espejelomar@gmail.com>
      5e0ffd91
  17. 18 Jun, 2022 1 commit
    • Rafael Zimmer's avatar
      Added translation of index.mdx to Portuguese Issue #16824 (#17565) · 0d92798b
      Rafael Zimmer authored
      
      
      * Added translation of installation.mdx to Portuguese, as well
      as default templates of _toctree.yml and _config.py
      
      * [ build_documentation.yml ] - Updated doc_builder to build
      documentation in Portuguese.
      [ pipeline_tutorial.mdx ] - Created translation for the pipeline_tutorial.mdx.
      
      * [ build_pr_documentation.yml ] - Added pt language to pr_documentation builder.
      
      [ pipeline_tutorial.mdx ] - Grammar changes.
      
      * [ accelerate.mdx ] - Translated to Portuguese the acceleration tutorial.
      
      * [ multilingual.mdx ] - Added portuguese translation for multilingual tutorial.
      
      [ training.mdx ] - Added portuguese translation for training tutorial.
      
      * [ preprocessing.mdx ] - WIP
      
      * Update _toctree.yml
      
      * Adding Pr茅-processamento to _toctree.yml
      
      * Update accelerate.mdx
      
      * Nits and eliminate preprocessing file while it is ready
      
      * [ index.mdx ] - Translated to Portuguese the index apresentation page.
      
      * [ docs/source/pt ] - Updated _toctree.yml to match newest translations.
      
      * Fix build_pr_documentation.yml
      
      * Fix index nits
      
      * nits in _toctree
      Co-authored-by: default avatarOmar U. Espejel <espejelomar@gmail.com>
      0d92798b
  18. 07 Jun, 2022 1 commit
    • V铆tor Fr贸is's avatar
      quicktour.mdx en -> pt translation (#17074) · 706bb836
      V铆tor Fr贸is authored
      
      
      * Quicktour Portuguese Translation
      
      Translated quicktour.mdx until line 161
      
      * Finished translating quicktour.mdx
      
      Ready to upload and adjust eventual .mdx or translation mistakes.
      
      * Add _toctree.yml and fix nits
      
      * Fixed pt-br mdx syntax problem
      
      Closed <frameworkcontent> instance
      
      * Changed </frameworkcontent> line
      
      * Copied missing block from english version of quicktour.mdx
      
      * Reviwed the entire file once again. It should be working now.
      Co-authored-by: default avatarOmar U. Espejel <espejelomar@gmail.com>
      706bb836
  19. 06 Jun, 2022 1 commit
  20. 25 May, 2022 1 commit
  21. 13 May, 2022 2 commits
    • Fellip Silva Alves's avatar
      [ fast_tokenizers.mdx ] - Added translation to portuguese to tutorial (#17076) · f9024814
      Fellip Silva Alves authored
      
      
      * [ fast_tokenizers.mdx ] - Added translation to portuguese to tutorial
      
      * Delete docs/source/pt-br directory
      
      * [ fast_tokenizers.mdx ] - Continuing work on file
      
      * [ fast_tokenizers.mdx ] - Continuing work on file
      
      * Add fast tokenizers to _toctree.yml
      
      * Eliminated config and toctree.yml
      
      * Nits in fast_tokenizers.mdx
      Co-authored-by: default avatarOmar U. Espejel <espejelomar@gmail.com>
      f9024814
    • Rafael Zimmer's avatar
      Added translation of installation.mdx to Portuguese Issue #16824 (#16979) · 85fc4559
      Rafael Zimmer authored
      
      
      * Added translation of installation.mdx to Portuguese, as well
      as default templates of _toctree.yml and _config.py
      
      * [ build_documentation.yml ] - Updated doc_builder to build
      documentation in Portuguese.
      [ pipeline_tutorial.mdx ] - Created translation for the pipeline_tutorial.mdx.
      
      * [ build_pr_documentation.yml ] - Added pt language to pr_documentation builder.
      
      [ pipeline_tutorial.mdx ] - Grammar changes.
      
      * [ accelerate.mdx ] - Translated to Portuguese the acceleration tutorial.
      
      * [ multilingual.mdx ] - Added portuguese translation for multilingual tutorial.
      
      [ training.mdx ] - Added portuguese translation for training tutorial.
      
      * [ preprocessing.mdx ] - WIP
      
      * Update _toctree.yml
      
      * Adding Pr茅-processamento to _toctree.yml
      
      * Update accelerate.mdx
      
      * Nits and eliminate preprocessing file while it is ready
      Co-authored-by: default avatarOmar U. Espejel <espejelomar@gmail.com>
      85fc4559