Mahdi Dehghan

Results 1 issues of Mahdi Dehghan

Hi I want to use Roberta Tokenizer. In the following, there is an example that shows how we can do this. `from transformers import AutoTokenizer` `model_name = "HooshvareLab/roberta-fa-zwnj-base"` `tokenizer =...