Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
hf-internal-testing
/
test_dynamic_processor
like
0
Follow
Hugging Face Internal Testing Organization
156
Model card
Files
Files and versions
xet
Community
24b4f96
test_dynamic_processor
/
tokenization_fast.py
sgugger
Initial commit
24b4f96
almost 4 years ago
raw
Copy download link
history
blame
203 Bytes
from
transformers
import
BertTokenizerFast
from
.tokenization
import
NewTokenizer
class
NewTokenizerFast
(
BertTokenizerFast
):
slow_tokenizer_class = NewTokenizer
special_attribute_present =
True