"...git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "158e556b47e58ca0341b09d6b9332b30db533831"
  1. 03 May, 2023 7 commits
  2. 02 May, 2023 11 commits
  3. 01 May, 2023 7 commits
  4. 29 Apr, 2023 1 commit
  5. 28 Apr, 2023 10 commits
  6. 27 Apr, 2023 4 commits
    • Ehsan M. Kermani's avatar
      Fix CLAP link across all READMEs (#23032) · a0e73328
      Ehsan M. Kermani authored
      * Fix CLAP link across all READMEs
      
      * Fix copy only for en
      a0e73328
    • Bartosz Szmelczynski's avatar
      Fix bigbird random attention (#21023) · 88399476
      Bartosz Szmelczynski authored
      * switch np.random.permutation to jax.random.permuation
      
      * remove comments
      
      * remove leftover comment
      
      * skip similarity tests
      
      * modify indices_prng_key usage, add deterministic behaviour
      
      * update style
      
      * remove unused import
      
      * remove copy statement since classes are not identical
      
      * remove numpy import
      
      * revert removing copied from statements
      
      * make style from copied
      
      * remove copied from statement
      
      * update copied from statement to include only np.ndarry
      
      * add deterministic args, unittestskip equivalence tests
      88399476
    • Yih-Dar's avatar
      Update `BridgeTowerModelTester` (#23029) · 27b66bea
      Yih-Dar authored
      
      
      * update
      
      ---------
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      27b66bea
    • peter-sk's avatar
      added GPTNeoForTokenClassification (#22908) · d65b14ed
      peter-sk authored
      
      
      * added GPTNeoForTokenClassification
      
      * add to top-level init
      
      * fixup
      
      * test
      
      * more fixup
      
      * add to gpt_neo.mdx
      
      * repo consistency
      
      * dummy copy
      
      * fix copies
      
      * optax >= 0.1.5 assumes jax.Array exists - which it doesn't for jax <= 0.3.6
      
      * merge with main made this superfluous
      
      * added classifier_dropout
      
      * remove legacy code
      
      * removed fmt:on/off
      removed expected_outputs
      
      * doc style fix
      
      * classifier_dropout is always in config
      
      ---------
      Co-authored-by: default avatarProf. Peter Schneider-Kamp <jps@ordbogen.com>
      d65b14ed