pub async fn create_tokenizer_async( model_name_or_path: &str, ) -> Result<Arc<dyn Tokenizer>>
Factory function to create tokenizer from a model name or path (async version)