1. 15 Feb, 2022 3 commits
  2. 14 Feb, 2022 1 commit
  3. 11 Feb, 2022 4 commits
  4. 10 Feb, 2022 3 commits
  5. 09 Feb, 2022 6 commits
  6. 08 Feb, 2022 3 commits
  7. 07 Feb, 2022 3 commits
    • Steven Liu's avatar
      Create a custom model guide (#15489) · 552f8d30
      Steven Liu authored
      * 馃摑 add config section
      
      * 馃摑 finish first draft
      
      * 馃摑 add feature extractor and processor
      
      * 馃枍 apply feedback from review
      
      * 馃摑 minor edits
      
      * last review
      552f8d30
    • lewtun's avatar
      6775b211
    • NielsRogge's avatar
      Add ConvNeXT (#15277) · 84eec9e6
      NielsRogge authored
      
      
      * First draft
      
      * Add conversion script
      
      * Improve conversion script
      
      * Improve docs and implement tests
      
      * Define model output class
      
      * Fix tests
      
      * Fix more tests
      
      * Add model to README
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      
      * Apply more suggestions from code review
      
      * Apply suggestions from code review
      
      * Rename dims to hidden_sizes
      
      * Fix equivalence test
      
      * Rename gamma to gamma_parameter
      
      * Clean up conversion script
      
      * Add ConvNextFeatureExtractor
      
      * Add corresponding tests
      
      * Implement feature extractor correctly
      
      * Make implementation cleaner
      
      * Add ConvNextStem class
      
      * Improve design
      
      * Update design to also include encoder
      
      * Fix gamma parameter
      
      * Use sample docstrings
      
      * Finish conversion, add center cropping
      
      * Replace nielsr by facebook, make feature extractor tests smaller
      
      * Fix integration test
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      84eec9e6
  8. 04 Feb, 2022 3 commits
  9. 03 Feb, 2022 1 commit
  10. 02 Feb, 2022 3 commits
    • Sylvain Gugger's avatar
      Save code of registered custom models (#15379) · 44b21f11
      Sylvain Gugger authored
      
      
      * Allow dynamic modules to use relative imports
      
      * Work for configs
      
      * Fix last merge conflict
      
      * Save code of registered custom objects
      
      * Map strings to strings
      
      * Fix test
      
      * Add tokenizer
      
      * Rework tests
      
      * Tests
      
      * Ignore fixtures py files for tests
      
      * Tokenizer test + fix collection
      
      * With full path
      
      * Rework integration
      
      * Fix typo
      
      * Remove changes in conftest
      
      * Test for tokenizers
      
      * Add documentation
      
      * Update docs/source/custom_models.mdx
      Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
      
      * Add file structure and file content
      
      * Add more doc
      
      * Style
      
      * Update docs/source/custom_models.mdx
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      
      * Address review comments
      Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      44b21f11
    • Steven Liu's avatar
      Update tutorial docs (#15165) · b9418a1d
      Steven Liu authored
      * first draft of pipeline, autoclass, preprocess tutorials
      
      * apply review feedback
      
      * 馃枍 apply feedback from patrick/niels
      
      * 馃摑add output image to preprocessed image
      
      * 馃枍 apply feedback from patrick
      b9418a1d
    • Steven Liu's avatar
      Update fine-tune docs (#15259) · c157c7e3
      Steven Liu authored
      * add fine-tune tutorial
      
      * make edits, fix style
      
      * 馃摑 make edits
      
      * 馃枍 fix code format links to external libraries
      
      * 馃攧revert code formatting
      
      * 馃枍 use DefaultDataCollator instead of DataCollatorWithPadding
      c157c7e3
  11. 31 Jan, 2022 3 commits
  12. 29 Jan, 2022 3 commits
  13. 28 Jan, 2022 2 commits
  14. 27 Jan, 2022 2 commits