This commit is contained in:
Pepijn
2025-09-10 21:58:35 +02:00
parent ff1666b216
commit d36bdac114
+2 -2
View File
@@ -20,8 +20,8 @@ def test_pi05_model_architecture():
) )
# Verify tokenizer max length is set correctly # Verify tokenizer max length is set correctly
assert config.tokenizer_max_length == 48, ( assert config.tokenizer_max_length == 200, (
f"Expected tokenizer_max_length=48 for pi05, got {config.tokenizer_max_length}" f"Expected tokenizer_max_length=200 for pi05, got {config.tokenizer_max_length}"
) )
print(f"✓ Tokenizer max length correctly set to {config.tokenizer_max_length}") print(f"✓ Tokenizer max length correctly set to {config.tokenizer_max_length}")