--- title: cross_entropy_loss tags: - evaluate - metric description: "computes the cross entropy loss" sdk: gradio sdk_version: 3.19.1 app_file: app.py pinned: false --- # Metric Card for cross_entropy_loss ## Metric Description A simple metric that calculates cross-entropy loss. Created so that I can log losses from different training tasks within a Hugging Face trainer for multi-task training.