Nothing
test_that("can set a pre_tokenizer for a tokenizer", {
tok <- tokenizer$new(model_bpe$new())
tok$pre_tokenizer <- pre_tokenizer_whitespace$new()
expect_true(inherits(tok$pre_tokenizer, "tok_pre_tokenizer"))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.