Zero-Shot Task ============== The :class:`~alf_core.tasks.zeroshot_task.ZeroShotTask` evaluates pre-trained models without additional training. It uses the model to make predictions on test data and computes evaluation metrics. This task is useful for evaluating oracle models or pre-trained surrogate models without fine-tuning. .. automodule:: alf_core.tasks.zeroshot_task :members: :show-inheritance: :undoc-members: