"tests/test_tokenization_big_bird.py" did not exist on "700229f8a4003c4f71f29275e0874b5ba58cd39d"
Fix bigbird random attention (#21023)
* 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
Showing
This diff is collapsed.
Please register or sign in to comment