transformers/tests/models/bloom
Younes Belkada 18c263c4b6
BLOOM minor changes on tokenizer (#17823)
* few fixes:

- hardcode tokenizer padding side
- remove unused args

* few fixes:

- added new attribute on TokenizerTesterMixin
- added new slow test
- remove unused arg on tokenizer class

* make style

* Update src/transformers/models/bloom/tokenization_bloom_fast.py

Co-authored-by: SaulLu <55560583+SaulLu@users.noreply.github.com>

* make quality

* apply changes

- remove new attribute
- redefine test on the class

* add comments

Co-authored-by: SaulLu <55560583+SaulLu@users.noreply.github.com>
2022-06-23 15:57:12 +02:00
..
__init__.py BLOOM (#17474) 2022-06-09 12:00:40 +02:00
test_modeling_bloom.py BLOOM minor changes on tokenizer (#17823) 2022-06-23 15:57:12 +02:00
test_tokenization_bloom.py BLOOM minor changes on tokenizer (#17823) 2022-06-23 15:57:12 +02:00