huggingface
huggingface
¶
Compatibility helpers for HuggingFace tokenizer loading.
load_huggingface_tokenizer
¶
Load a HuggingFace tokenizer with local compatibility patches applied.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
tokenizer_model
|
str | Path
|
HuggingFace model identifier or local path. |
required |
trust_remote_code
|
bool
|
Whether to allow tokenizers that ship custom code. |
False
|