Black-Box-Tuning
Black-Box-Tuning copied to clipboard
modeling_roberta.py line 632
TypeError: add_code_sample_docstrings() got an unexpected keyword argument 'tokenizer_class' How to solve it?
First check if your transformers
version is 4.1.1, or you can simply remove @add_code_sample_docstrings
(line 631-636)