You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: multimodal/src/autogluon/multimodal/configs/model/fusion_mlp_image_text_tabular.yaml
+1
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ model:
62
62
data_types:
63
63
- "text"
64
64
tokenizer_name: "hf_auto"
65
+
use_fast: True # Use a fast Rust-based tokenizer if it is supported for a given model. If a fast tokenizer is not available for a given model, a normal Python-based tokenizer is returned instead.
65
66
max_text_len: 512# If None or <=0, then use the max length of pretrained models.
0 commit comments