first commit
Some checks failed
Self-hosted runner (nightly-past-ci-caller) / Get number (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.11 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.10 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.9 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.8 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.7 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.6 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.5 (push) Has been cancelled
Self-hosted runner (benchmark) / Benchmark (aws-g5-4xlarge-cache) (push) Has been cancelled
Build documentation / build (push) Has been cancelled
Build documentation / build_other_lang (push) Has been cancelled
CodeQL Security Analysis / CodeQL Analysis (push) Has been cancelled
New model PR merged notification / Notify new model (push) Has been cancelled
PR CI / pr-ci (push) Has been cancelled
Slow tests on important models (on Push - A10) / Get all modified files (push) Has been cancelled
Secret Leaks / trufflehog (push) Has been cancelled
Update Transformers metadata / build_and_package (push) Has been cancelled
Slow tests on important models (on Push - A10) / Model CI (push) Has been cancelled
Check Tiny Models / Check tiny models (push) Has been cancelled
Self-hosted runner (Intel Gaudi3 scheduled CI caller) / Model CI (push) Has been cancelled
Self-hosted runner (Intel Gaudi3 scheduled CI caller) / Pipeline CI (push) Has been cancelled
Self-hosted runner (Intel Gaudi3 scheduled CI caller) / Example CI (push) Has been cancelled
Self-hosted runner (Intel Gaudi3 scheduled CI caller) / DeepSpeed CI (push) Has been cancelled
Self-hosted runner (Intel Gaudi3 scheduled CI caller) / Trainer/FSDP CI (push) Has been cancelled
Nvidia CI - Flash Attn / Setup (push) Has been cancelled
Nvidia CI - Flash Attn / Model CI (push) Has been cancelled
Nvidia CI / Setup (push) Has been cancelled
Nvidia CI / Model CI (push) Has been cancelled
Nvidia CI / Torch pipeline CI (push) Has been cancelled
Nvidia CI / Example CI (push) Has been cancelled
Nvidia CI / Trainer/FSDP CI (push) Has been cancelled
Nvidia CI / DeepSpeed CI (push) Has been cancelled
Nvidia CI / Quantization CI (push) Has been cancelled
Nvidia CI / Kernels CI (push) Has been cancelled
Doctests / Setup (push) Has been cancelled
Doctests / Call doctest jobs (push) Has been cancelled
Doctests / Send results to webhook (push) Has been cancelled
Extras Smoke Test / Get supported Python versions (push) Has been cancelled
Extras Smoke Test / Test extras on Python ${{ matrix.python-version }} (push) Has been cancelled
Extras Smoke Test / Check Slack token availability (push) Has been cancelled
Extras Smoke Test / Notify failures to Slack (push) Has been cancelled
Self-hosted runner (AMD scheduled CI caller) / Trigger Scheduled AMD CI (push) Has been cancelled
Stale Bot / Close Stale Issues (push) Has been cancelled
Some checks failed
Self-hosted runner (nightly-past-ci-caller) / Get number (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.11 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.10 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.9 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.8 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.7 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.6 (push) Has been cancelled
Self-hosted runner (nightly-past-ci-caller) / TensorFlow 2.5 (push) Has been cancelled
Self-hosted runner (benchmark) / Benchmark (aws-g5-4xlarge-cache) (push) Has been cancelled
Build documentation / build (push) Has been cancelled
Build documentation / build_other_lang (push) Has been cancelled
CodeQL Security Analysis / CodeQL Analysis (push) Has been cancelled
New model PR merged notification / Notify new model (push) Has been cancelled
PR CI / pr-ci (push) Has been cancelled
Slow tests on important models (on Push - A10) / Get all modified files (push) Has been cancelled
Secret Leaks / trufflehog (push) Has been cancelled
Update Transformers metadata / build_and_package (push) Has been cancelled
Slow tests on important models (on Push - A10) / Model CI (push) Has been cancelled
Check Tiny Models / Check tiny models (push) Has been cancelled
Self-hosted runner (Intel Gaudi3 scheduled CI caller) / Model CI (push) Has been cancelled
Self-hosted runner (Intel Gaudi3 scheduled CI caller) / Pipeline CI (push) Has been cancelled
Self-hosted runner (Intel Gaudi3 scheduled CI caller) / Example CI (push) Has been cancelled
Self-hosted runner (Intel Gaudi3 scheduled CI caller) / DeepSpeed CI (push) Has been cancelled
Self-hosted runner (Intel Gaudi3 scheduled CI caller) / Trainer/FSDP CI (push) Has been cancelled
Nvidia CI - Flash Attn / Setup (push) Has been cancelled
Nvidia CI - Flash Attn / Model CI (push) Has been cancelled
Nvidia CI / Setup (push) Has been cancelled
Nvidia CI / Model CI (push) Has been cancelled
Nvidia CI / Torch pipeline CI (push) Has been cancelled
Nvidia CI / Example CI (push) Has been cancelled
Nvidia CI / Trainer/FSDP CI (push) Has been cancelled
Nvidia CI / DeepSpeed CI (push) Has been cancelled
Nvidia CI / Quantization CI (push) Has been cancelled
Nvidia CI / Kernels CI (push) Has been cancelled
Doctests / Setup (push) Has been cancelled
Doctests / Call doctest jobs (push) Has been cancelled
Doctests / Send results to webhook (push) Has been cancelled
Extras Smoke Test / Get supported Python versions (push) Has been cancelled
Extras Smoke Test / Test extras on Python ${{ matrix.python-version }} (push) Has been cancelled
Extras Smoke Test / Check Slack token availability (push) Has been cancelled
Extras Smoke Test / Notify failures to Slack (push) Has been cancelled
Self-hosted runner (AMD scheduled CI caller) / Trigger Scheduled AMD CI (push) Has been cancelled
Stale Bot / Close Stale Issues (push) Has been cancelled
This commit is contained in:
392
tests/tokenization/test_tokenization_fast.py
Normal file
392
tests/tokenization/test_tokenization_fast.py
Normal file
@@ -0,0 +1,392 @@
|
||||
# Copyright 2019 HuggingFace Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import concurrent.futures
|
||||
import json
|
||||
import os
|
||||
import shutil
|
||||
import tempfile
|
||||
import unittest
|
||||
|
||||
from tokenizers import Tokenizer, decoders, pre_tokenizers, trainers
|
||||
from tokenizers.models import BPE, WordLevel
|
||||
|
||||
from transformers import AutoTokenizer, PreTrainedTokenizerFast
|
||||
from transformers.testing_utils import require_tokenizers
|
||||
|
||||
|
||||
@require_tokenizers
|
||||
class PreTrainedTokenizationFastTest(unittest.TestCase):
|
||||
rust_tokenizer_class = PreTrainedTokenizerFast
|
||||
from_pretrained_vocab_key = "tokenizer_file"
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
cls.tmpdirname = tempfile.mkdtemp()
|
||||
cls.model_paths = cls._create_test_tokenizers()
|
||||
cls.bytelevel_bpe_model_name = cls.model_paths[1]
|
||||
cls.tokenizers_list = [(cls.rust_tokenizer_class, path, {}) for path in cls.model_paths]
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
shutil.rmtree(cls.tmpdirname, ignore_errors=True)
|
||||
|
||||
@classmethod
|
||||
def _create_test_tokenizers(cls):
|
||||
paths = []
|
||||
|
||||
wordlevel_dir = os.path.join(cls.tmpdirname, "wordlevel_tokenizer")
|
||||
os.makedirs(wordlevel_dir, exist_ok=True)
|
||||
wl_vocab = {"[UNK]": 0, "[PAD]": 1, "hello": 2, "world": 3, "test": 4}
|
||||
wordlevel_tokenizer = Tokenizer(WordLevel(wl_vocab, unk_token="[UNK]"))
|
||||
wordlevel_tokenizer.pre_tokenizer = pre_tokenizers.Whitespace()
|
||||
fast_wl = PreTrainedTokenizerFast(
|
||||
tokenizer_object=wordlevel_tokenizer,
|
||||
unk_token="[UNK]",
|
||||
pad_token="[PAD]",
|
||||
cls_token="[CLS]",
|
||||
sep_token="[SEP]",
|
||||
mask_token="[MASK]",
|
||||
)
|
||||
fast_wl.save_pretrained(wordlevel_dir)
|
||||
paths.append(wordlevel_dir)
|
||||
|
||||
bpe_dir = os.path.join(cls.tmpdirname, "bytelevel_bpe_tokenizer")
|
||||
os.makedirs(bpe_dir, exist_ok=True)
|
||||
bpe_tokenizer = Tokenizer(BPE(unk_token="[UNK]"))
|
||||
trainer = trainers.BpeTrainer(
|
||||
special_tokens=["[UNK]", "[CLS]", "[SEP]", "[PAD]", "[MASK]"],
|
||||
vocab_size=100,
|
||||
)
|
||||
corpus = ["Hello world!", "Test the byte level BPE tokenizer.", "Tokenizer fast test."]
|
||||
bpe_tokenizer.pre_tokenizer = pre_tokenizers.ByteLevel()
|
||||
bpe_tokenizer.train_from_iterator(corpus, trainer=trainer)
|
||||
bpe_tokenizer.decoder = decoders.ByteLevel()
|
||||
fast_bpe = PreTrainedTokenizerFast(
|
||||
tokenizer_object=bpe_tokenizer,
|
||||
unk_token="[UNK]",
|
||||
pad_token="[PAD]",
|
||||
cls_token="[CLS]",
|
||||
sep_token="[SEP]",
|
||||
mask_token="[MASK]",
|
||||
)
|
||||
fast_bpe.save_pretrained(bpe_dir)
|
||||
paths.append(bpe_dir)
|
||||
|
||||
return paths
|
||||
|
||||
@unittest.skip(
|
||||
"We disable this test for PreTrainedTokenizerFast because it is the only tokenizer that is not linked to any model"
|
||||
)
|
||||
def test_encode_decode_with_spaces(self):
|
||||
pass
|
||||
|
||||
@unittest.skip(
|
||||
"We disable this test for PreTrainedTokenizerFast because it is the only tokenizer that is not linked to any model"
|
||||
)
|
||||
def test_added_tokens_serialization(self):
|
||||
pass
|
||||
|
||||
@unittest.skip(
|
||||
"We disable this test for PreTrainedTokenizerFast because it is the only tokenizer that is not linked to any model"
|
||||
)
|
||||
def test_additional_special_tokens_serialization(self):
|
||||
pass
|
||||
|
||||
def test_training_new_tokenizer(self):
|
||||
tmpdirname_orig = self.tmpdirname
|
||||
# Here we want to test the 2 available tokenizers that use 2 different types of models: Unigram and WordLevel.
|
||||
for tokenizer, pretrained_name, kwargs in self.tokenizers_list:
|
||||
with self.subTest(f"{tokenizer.__class__.__name__} ({pretrained_name})"):
|
||||
try:
|
||||
self.tmpdirname = tempfile.mkdtemp()
|
||||
tokenizer = self.rust_tokenizer_class.from_pretrained(pretrained_name, **kwargs)
|
||||
|
||||
tokenizer.save_pretrained(self.tmpdirname)
|
||||
reloaded = PreTrainedTokenizerFast.from_pretrained(self.tmpdirname)
|
||||
self.assertEqual(reloaded.get_vocab(), tokenizer.get_vocab())
|
||||
finally:
|
||||
# Even if the test fails, we must be sure that the folder is deleted and that the default tokenizer
|
||||
# is restored
|
||||
shutil.rmtree(self.tmpdirname)
|
||||
self.tmpdirname = tmpdirname_orig
|
||||
|
||||
def test_training_new_tokenizer_with_special_tokens_change(self):
|
||||
tmpdirname_orig = self.tmpdirname
|
||||
# Here we want to test the 2 available tokenizers that use 2 different types of models: Unigram and WordLevel.
|
||||
for tokenizer, pretrained_name, kwargs in self.tokenizers_list:
|
||||
with self.subTest(f"{tokenizer.__class__.__name__} ({pretrained_name})"):
|
||||
try:
|
||||
self.tmpdirname = tempfile.mkdtemp()
|
||||
tokenizer = self.rust_tokenizer_class.from_pretrained(pretrained_name, **kwargs)
|
||||
|
||||
tokenizer.add_special_tokens({"pad_token": "<pad>"})
|
||||
tokenizer.save_pretrained(self.tmpdirname)
|
||||
reloaded = PreTrainedTokenizerFast.from_pretrained(self.tmpdirname)
|
||||
self.assertEqual(reloaded.pad_token, "<pad>")
|
||||
finally:
|
||||
# Even if the test fails, we must be sure that the folder is deleted and that the default tokenizer
|
||||
# is restored
|
||||
shutil.rmtree(self.tmpdirname)
|
||||
self.tmpdirname = tmpdirname_orig
|
||||
|
||||
def test_training_new_tokenizer_with_bytelevel(self):
|
||||
tokenizer = self.rust_tokenizer_class.from_pretrained(self.bytelevel_bpe_model_name)
|
||||
|
||||
toy_text_iterator = ("a" for _ in range(1000))
|
||||
new_tokenizer = tokenizer.train_new_from_iterator(text_iterator=toy_text_iterator, length=1000, vocab_size=50)
|
||||
|
||||
encoding_ids = new_tokenizer.encode("a🤗")
|
||||
self.assertGreater(len(encoding_ids), 0)
|
||||
self.assertEqual(new_tokenizer.decode(encoding_ids), " a🤗")
|
||||
|
||||
def test_init_from_tokenizers_model(self):
|
||||
from tokenizers import Tokenizer
|
||||
|
||||
sentences = ["Hello, y'all!", "How are you 😁 ? There should not be any issue right?"]
|
||||
|
||||
tokenizer = Tokenizer.from_pretrained("google-t5/t5-base")
|
||||
# Enable padding
|
||||
tokenizer.enable_padding(pad_id=0, pad_token="<pad>", length=512, pad_to_multiple_of=8)
|
||||
self.assertEqual(
|
||||
tokenizer.padding,
|
||||
{
|
||||
"length": 512,
|
||||
"pad_to_multiple_of": 8,
|
||||
"pad_id": 0,
|
||||
"pad_token": "<pad>",
|
||||
"pad_type_id": 0,
|
||||
"direction": "right",
|
||||
},
|
||||
)
|
||||
fast_tokenizer = PreTrainedTokenizerFast(tokenizer_object=tokenizer)
|
||||
tmpdirname = tempfile.mkdtemp()
|
||||
fast_tokenizer.save_pretrained(tmpdirname)
|
||||
fast_from_saved = PreTrainedTokenizerFast.from_pretrained(tmpdirname)
|
||||
for tok in [fast_tokenizer, fast_from_saved]:
|
||||
self.assertEqual(tok.pad_token_id, 0)
|
||||
self.assertEqual(tok.padding_side, "right")
|
||||
self.assertEqual(tok.pad_token, "<pad>")
|
||||
self.assertEqual(tok.init_kwargs["max_length"], 512)
|
||||
self.assertEqual(tok.init_kwargs["pad_to_multiple_of"], 8)
|
||||
self.assertEqual(tok(sentences, padding = True, return_token_type_ids=True), {'input_ids': [[8774, 6, 3, 63, 31, 1748, 55, 1, 0, 0, 0, 0,0, 0, 0, 0],[ 571, 33, 25, 3, 2, 3, 58, 290, 225, 59, 36, 136, 962, 269, 58, 1]], 'token_type_ids': [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], 'attention_mask': [[1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0],[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]]}) # fmt: skip
|
||||
|
||||
tokenizer.enable_truncation(8, stride=0, strategy="longest_first", direction="right")
|
||||
self.assertEqual(
|
||||
tokenizer.truncation, {"max_length": 8, "stride": 0, "strategy": "longest_first", "direction": "right"}
|
||||
)
|
||||
fast_tokenizer = PreTrainedTokenizerFast(tokenizer_object=tokenizer)
|
||||
tmpdirname = tempfile.mkdtemp()
|
||||
fast_tokenizer.save_pretrained(tmpdirname)
|
||||
fast_from_saved = PreTrainedTokenizerFast.from_pretrained(tmpdirname)
|
||||
for tok in [fast_tokenizer, fast_from_saved]:
|
||||
self.assertEqual(tok.truncation_side, "right")
|
||||
self.assertEqual(tok.init_kwargs["truncation_strategy"], "longest_first")
|
||||
self.assertEqual(tok.init_kwargs["max_length"], 8)
|
||||
self.assertEqual(tok.init_kwargs["stride"], 0)
|
||||
# NOTE even if the model has a default max_length, it is not used...
|
||||
# thus tok(sentences, truncation = True) does nothing and does not warn either
|
||||
self.assertEqual(tok(sentences, truncation = True, max_length = 8, return_token_type_ids=True), {'input_ids': [[8774, 6, 3, 63, 31, 1748, 55, 1],[ 571, 33, 25, 3, 2, 3, 58, 1]], 'token_type_ids': [[0, 0, 0, 0, 0, 0, 0, 0],[0, 0, 0, 0, 0, 0, 0, 0]], 'attention_mask': [[1, 1, 1, 1, 1, 1, 1, 1],[1, 1, 1, 1, 1, 1, 1, 1]]}) # fmt: skip
|
||||
|
||||
def test_class_after_save_and_reload(self):
|
||||
model_id = self.model_paths[0]
|
||||
|
||||
with tempfile.TemporaryDirectory() as temp_dir:
|
||||
tokenizer = AutoTokenizer.from_pretrained(model_id, use_fast=True)
|
||||
self.assertIsInstance(tokenizer, PreTrainedTokenizerFast)
|
||||
|
||||
tokenizer = AutoTokenizer.from_pretrained(model_id, use_fast=False)
|
||||
self.assertIsInstance(tokenizer, PreTrainedTokenizerFast)
|
||||
|
||||
tokenizer.save_pretrained(temp_dir)
|
||||
|
||||
tokenizer = AutoTokenizer.from_pretrained(temp_dir, use_fast=False)
|
||||
self.assertIsInstance(tokenizer, PreTrainedTokenizerFast)
|
||||
|
||||
tokenizer = AutoTokenizer.from_pretrained(temp_dir, use_fast=True)
|
||||
self.assertIsInstance(tokenizer, PreTrainedTokenizerFast)
|
||||
|
||||
def test_bpe_tokenizer_skips_clean_up_tokenization_spaces(self):
|
||||
"""BPE tokenizers should not apply clean_up_tokenization even when the flag is True.
|
||||
|
||||
clean_up_tokenization strips spaces before punctuation (e.g. " ." -> "."),
|
||||
which was designed for WordPiece tokenizers. For BPE tokenizers, spaces are
|
||||
encoded as part of tokens and the cleanup is destructive.
|
||||
"""
|
||||
tokenizer = PreTrainedTokenizerFast.from_pretrained(self.bytelevel_bpe_model_name)
|
||||
tokenizer.clean_up_tokenization_spaces = True
|
||||
|
||||
# Text with space before punctuation — cleanup would strip it if applied.
|
||||
# Leading space accounts for ByteLevel BPE's add_prefix_space behavior.
|
||||
text = " Hello world ."
|
||||
ids = tokenizer.encode(text, add_special_tokens=False)
|
||||
decoded = tokenizer.decode(ids, clean_up_tokenization_spaces=True)
|
||||
|
||||
# The space before "." must be preserved — BPE guard skips the cleanup
|
||||
self.assertEqual(decoded, text)
|
||||
|
||||
def test_bpe_override_forces_cleanup(self):
|
||||
"""The escape hatch flag forces cleanup even for BPE tokenizers."""
|
||||
tokenizer = PreTrainedTokenizerFast.from_pretrained(self.bytelevel_bpe_model_name)
|
||||
tokenizer.clean_up_tokenization_spaces = True
|
||||
tokenizer.clean_up_tokenization_spaces_for_bpe_even_though_it_will_corrupt_output = True
|
||||
|
||||
text = " Hello world ."
|
||||
ids = tokenizer.encode(text, add_special_tokens=False)
|
||||
decoded = tokenizer.decode(ids, clean_up_tokenization_spaces=True)
|
||||
|
||||
# With the override, cleanup IS applied — spaces before punctuation are stripped
|
||||
self.assertEqual(decoded, " Hello world.")
|
||||
|
||||
def test_bpe_override_irrelevant_when_cleanup_false(self):
|
||||
"""Override flag has no effect when clean_up_tokenization_spaces is False."""
|
||||
tokenizer = PreTrainedTokenizerFast.from_pretrained(self.bytelevel_bpe_model_name)
|
||||
tokenizer.clean_up_tokenization_spaces = False
|
||||
tokenizer.clean_up_tokenization_spaces_for_bpe_even_though_it_will_corrupt_output = True
|
||||
|
||||
# Leading space accounts for ByteLevel BPE's add_prefix_space behavior
|
||||
text = " Hello world ."
|
||||
ids = tokenizer.encode(text, add_special_tokens=False)
|
||||
decoded = tokenizer.decode(ids)
|
||||
|
||||
# cleanup=False takes precedence — text is preserved, override is irrelevant
|
||||
self.assertEqual(decoded, text)
|
||||
|
||||
def test_non_bpe_tokenizer_still_cleans_up(self):
|
||||
"""Non-BPE tokenizers should still apply cleanup normally."""
|
||||
# model_paths[0] is a WordLevel tokenizer (non-BPE)
|
||||
tokenizer = PreTrainedTokenizerFast.from_pretrained(self.model_paths[0])
|
||||
tokenizer.clean_up_tokenization_spaces = True
|
||||
|
||||
text = "hello world ."
|
||||
ids = tokenizer.encode(text, add_special_tokens=False)
|
||||
decoded = tokenizer.decode(ids, clean_up_tokenization_spaces=True)
|
||||
|
||||
# Non-BPE: cleanup IS applied — space before "." is stripped
|
||||
self.assertNotIn(" .", decoded)
|
||||
|
||||
|
||||
@require_tokenizers
|
||||
class TokenizerVersioningTest(unittest.TestCase):
|
||||
def test_local_versioning(self):
|
||||
tokenizer = AutoTokenizer.from_pretrained("google-bert/bert-base-cased")
|
||||
json_tokenizer = json.loads(tokenizer._tokenizer.to_str())
|
||||
json_tokenizer["model"]["vocab"]["huggingface"] = len(tokenizer)
|
||||
|
||||
with tempfile.TemporaryDirectory() as tmp_dir:
|
||||
# Hack to save this in the tokenizer_config.json
|
||||
tokenizer.init_kwargs["fast_tokenizer_files"] = ["tokenizer.4.0.0.json"]
|
||||
tokenizer.save_pretrained(tmp_dir)
|
||||
json.dump(json_tokenizer, open(os.path.join(tmp_dir, "tokenizer.4.0.0.json"), "w"))
|
||||
|
||||
# This should pick the new tokenizer file as the version of Transformers is > 4.0.0
|
||||
new_tokenizer = AutoTokenizer.from_pretrained(tmp_dir)
|
||||
self.assertEqual(len(new_tokenizer), len(tokenizer) + 1)
|
||||
json_tokenizer = json.loads(new_tokenizer._tokenizer.to_str())
|
||||
self.assertIn("huggingface", json_tokenizer["model"]["vocab"])
|
||||
|
||||
# Will need to be adjusted if we reach v42 and this test is still here.
|
||||
# Should pick the old tokenizer file as the version of Transformers is < 4.0.0
|
||||
shutil.move(os.path.join(tmp_dir, "tokenizer.4.0.0.json"), os.path.join(tmp_dir, "tokenizer.42.0.0.json"))
|
||||
tokenizer.init_kwargs["fast_tokenizer_files"] = ["tokenizer.42.0.0.json"]
|
||||
tokenizer.save_pretrained(tmp_dir)
|
||||
new_tokenizer = AutoTokenizer.from_pretrained(tmp_dir)
|
||||
self.assertEqual(len(new_tokenizer), len(tokenizer))
|
||||
json_tokenizer = json.loads(new_tokenizer._tokenizer.to_str())
|
||||
self.assertNotIn("huggingface", json_tokenizer["model"]["vocab"])
|
||||
|
||||
def test_repo_versioning(self):
|
||||
# This repo has two tokenizer files, one for v4.0.0 and above with an added token, one for versions lower.
|
||||
repo = "hf-internal-testing/test-two-tokenizers"
|
||||
|
||||
# This should pick the new tokenizer file as the version of Transformers is > 4.0.0
|
||||
tokenizer = AutoTokenizer.from_pretrained(repo)
|
||||
self.assertEqual(len(tokenizer), 28997)
|
||||
json_tokenizer = json.loads(tokenizer._tokenizer.to_str())
|
||||
self.assertIn("huggingface", json_tokenizer["model"]["vocab"])
|
||||
|
||||
# Testing an older version by monkey-patching the version in the module it's used.
|
||||
from unittest.mock import patch
|
||||
|
||||
import transformers as old_transformers
|
||||
|
||||
# Matt: The old test modified the module level version numbers
|
||||
# which was (I think) the cause of strange flaky tests depending on test ordering.
|
||||
# Using a context manager ensures the version mutation doesn't leak out of this test
|
||||
with patch.object(old_transformers.tokenization_utils_base, "__version__", "3.0.0"):
|
||||
old_tokenizer = old_transformers.models.auto.AutoTokenizer.from_pretrained(repo)
|
||||
self.assertEqual(len(old_tokenizer), 28996)
|
||||
json_tokenizer = json.loads(old_tokenizer._tokenizer.to_str())
|
||||
self.assertNotIn("huggingface", json_tokenizer["model"]["vocab"])
|
||||
|
||||
|
||||
@require_tokenizers
|
||||
class ReduceMutableBorrowTests(unittest.TestCase):
|
||||
def test_async_share_tokenizer(self):
|
||||
# See https://github.com/huggingface/transformers/pull/12550
|
||||
# and https://github.com/huggingface/tokenizers/issues/537
|
||||
tokenizer = PreTrainedTokenizerFast.from_pretrained("robot-test/dummy-tokenizer-wordlevel")
|
||||
text = "The Matrix is a 1999 science fiction action film."
|
||||
|
||||
with concurrent.futures.ThreadPoolExecutor() as executor:
|
||||
futures = [executor.submit(self.fetch, tokenizer, text) for i in range(10)]
|
||||
return_value = [future.result() for future in futures]
|
||||
self.assertEqual(return_value, [[1, 10, 0, 8, 0, 18, 0, 0, 0, 2] for i in range(10)])
|
||||
|
||||
def fetch(self, tokenizer, text):
|
||||
return tokenizer.encode(text, truncation="longest_first", padding="longest")
|
||||
|
||||
|
||||
@require_tokenizers
|
||||
class PatchMistralRegexHubCallTests(unittest.TestCase):
|
||||
"""
|
||||
Regression tests for https://github.com/huggingface/transformers/issues/44749 /
|
||||
https://github.com/huggingface/transformers/issues/43502
|
||||
|
||||
`_patch_mistral_regex` used to unconditionally call `huggingface_hub.model_info`
|
||||
for any tokenizer with vocab > 100k (e.g. Qwen3), causing a large slowdown
|
||||
and breaking offline / local-path loading.
|
||||
"""
|
||||
|
||||
def _dummy_backend_tokenizer(self):
|
||||
tok = Tokenizer(WordLevel({"[UNK]": 0, "a": 1}, unk_token="[UNK]"))
|
||||
tok.pre_tokenizer = pre_tokenizers.Whitespace()
|
||||
return tok
|
||||
|
||||
def test_local_files_only_skips_model_info(self):
|
||||
from unittest.mock import patch
|
||||
|
||||
tok = self._dummy_backend_tokenizer()
|
||||
with patch(
|
||||
"huggingface_hub.model_info",
|
||||
side_effect=AssertionError("model_info must not be called when local_files_only=True"),
|
||||
):
|
||||
result = PreTrainedTokenizerFast._patch_mistral_regex(
|
||||
tok,
|
||||
"some/non-mistral-repo-id",
|
||||
local_files_only=True,
|
||||
)
|
||||
self.assertIsNotNone(result)
|
||||
|
||||
def test_hub_error_does_not_break_init(self):
|
||||
from unittest.mock import patch
|
||||
|
||||
tok = self._dummy_backend_tokenizer()
|
||||
with patch("huggingface_hub.model_info", side_effect=RuntimeError("hub down")):
|
||||
# Must not raise — a Hub failure should be swallowed for non-Mistral models.
|
||||
result = PreTrainedTokenizerFast._patch_mistral_regex(
|
||||
tok,
|
||||
"not-a-real/hub-id",
|
||||
)
|
||||
self.assertIsNotNone(result)
|
||||
Reference in New Issue
Block a user