Which tokenizer are you using?
#1
by
Ashmal
- opened
Can you please tell which model's tokenizer you're using to tokenize the input texts?
Hi! This dataset was tokenized using the tokenizer of the OPT model series, e.g., AutoTokenizer.from_pretrained("facebook/opt-125m")