"vscode:/vscode.git/clone" did not exist on "ff76e7c2126ab26e5722f54640d44cab7e3dfdd4"
  1. 30 May, 2023 3 commits
  2. 23 May, 2023 1 commit
  3. 18 May, 2023 1 commit
  4. 16 May, 2023 1 commit
  5. 05 May, 2023 1 commit
  6. 03 May, 2023 1 commit
  7. 02 May, 2023 2 commits
  8. 01 May, 2023 2 commits
  9. 28 Apr, 2023 1 commit
  10. 27 Apr, 2023 1 commit
  11. 26 Apr, 2023 2 commits
  12. 25 Apr, 2023 2 commits
  13. 24 Apr, 2023 5 commits
  14. 18 Apr, 2023 1 commit
  15. 17 Apr, 2023 4 commits
  16. 14 Apr, 2023 2 commits
    • Sohyun Sim's avatar
      [WIP]🌐 [i18n-KO] Translated `tutorial/proprecssing.mdx` to Korean (#22578) · c8df3900
      Sohyun Sim authored
      
      
      * add ko preprocessing
      
      * translate preprocessing.mdx to korean
      
      * translate preprocessing.mdx
      
      * Update preprocessing.mdx
      
      Fixed the line 273 as below:
      또한, 특징 추출기에 `sampling_rate` 인자를 추가하여 발생할 수 있는 조용한 오류(silent errors)를 더 잘 디버깅하는 것을 권장합니다.
      
      * translate Image part
      
      * translated preprocess.mdx
      
      * Update docs/source/ko/preprocessing.mdx
      Co-authored-by: default avatarWonhyeong Seo <wonhseo@kakao.com>
      
      * Update docs/source/ko/preprocessing.mdx
      Co-authored-by: default avatarWonhyeong Seo <wonhseo@kakao.com>
      
      * Update docs/source/ko/preprocessing.mdx
      Co-authored-by: default avatarWonhyeong Seo <wonhseo@kakao.com>
      
      * Update docs/source/ko/preprocessing.mdx
      Co-authored-by: default avatarWonhyeong Seo <wonhseo@kakao.com>
      
      * Update docs/source/ko/preprocessing.mdx
      Co-authored-by: default avatarWonhyeong Seo <wonhseo@kakao.com>
      
      * Update docs/source/ko/preprocessing.mdx
      Co-authored-by: default avatarWonhyeong Seo <wonhseo@kakao.com>
      
      * Update docs/source/ko/preprocessing.mdx
      Co-authored-by: default avatarWonhyeong Seo <wonhseo@kakao.com>
      
      * Update docs/source/ko/preprocessing.mdx
      Co-authored-by: default avatarWonhyeong Seo <wonhseo@kakao.com>
      
      * Update docs/source/ko/preprocessing.mdx
      
      * Update docs/source/ko/preprocessing.mdx
      
      * Update docs/source/ko/preprocessing.mdx
      
      * Update docs/source/ko/preprocessing.mdx
      
      * Update docs/source/ko/preprocessing.mdx
      
      * Update docs/source/ko/preprocessing.mdx
      
      * fixed translation
      
      ---------
      Co-authored-by: default avatarWonhyeong Seo <wonhseo@kakao.com>
      c8df3900
    • Hyeonseo Yun's avatar
      🌐 [i18n-KO] Translated `sequence_classification.mdx` to Korean (#22655) · bfb3925f
      Hyeonseo Yun authored
      
      
      * docs: ko: init: tasks/sequence_classification.mdx
      
      * docs: ko: revised: change voca in tasks/sequence_classification.mdx
      
      * docs: ko: revised: [RE] change voca in tasks/sequence_classification.mdx
      
      * docs: ko: revised: spell check and sentence naturally in tasks/sequence_classification.mdx
      
      * docs: ko: revised: spell check and consistent vocabulary in tasks/sequence_classification.mdx
      
      * docs: ko: revised: Add full stop and change voca in tasks/sequence_classification.mdx
      
      * docs: ko: revised: sync first section templates in tasks/sequence_classification.mdx
      Co-authored-by: default avatarWonhyeong Seo <wonhseo@kakao.com>
      
      * fix: revert use of full-stops to colons
      
      * colons are used to emphasize the code block that follows
      
      * @0525hhgus @wonhyeongseo docs: ko: revised: sync second section templates in tasks/sequence_classification.mdx
      Co-Authored-By: default avatarWonhyeong Seo <wonhseo@kakao.com>
      
      * docs: ko: revised: change 'train', 'finetuning' in tasks/sequence_classification.mdx
      
      ---------
      Co-authored-by: default avatarWonhyeong Seo <wonhseo@kakao.com>
      bfb3925f
  17. 13 Apr, 2023 1 commit
  18. 07 Apr, 2023 2 commits
  19. 05 Apr, 2023 1 commit
  20. 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
  21. 03 Apr, 2023 1 commit
  22. 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
  23. 14 Mar, 2023 1 commit
  24. 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