| special_case | R Documentation |
Specify models that require special treatment to ensure accuracy.
special_case(
uncased = "uncased|albert|electra|muhtasham",
u2581 = "albert|xlm-roberta|xlnet",
u2581.excl = "chinese",
u0120 = "roberta|bart|deberta|bertweet-large|ModernBERT",
u0120.excl = "chinese|xlm-|kornosk/"
)
uncased |
Regular expression pattern (matching model names) for uncased models. |
u2581, u0120 |
Regular expression pattern (matching model names) for models that require a special prefix character when performing whole-word fill-mask pipeline. WARNING: The developer is unable to check all models, so users need to check the models they use and modify these parameters if necessary.
|
u2581.excl, u0120.excl |
Exclusions to negate |
A list of regular expression patterns.
FMAT_run()
special_case()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.