diff --git a/docs/source/types_of_evaluations.mdx b/docs/source/types_of_evaluations.mdx index 7bd2cc9c..af8e4dcb 100644 --- a/docs/source/types_of_evaluations.mdx +++ b/docs/source/types_of_evaluations.mdx @@ -10,7 +10,7 @@ A metric measures the performance of a model on a given dataset. This is often b Examples of metrics include: - [Accuracy](https://huggingface.co/metrics/accuracy) : the proportion of correct predictions among the total number of cases processed. - [Exact Match](https://huggingface.co/metrics/exact_match): the rate at which the input predicted strings exactly match their references. -- [Mean Intersection over union (IoUO)](https://huggingface.co/metrics/mean_iou): the area of overlap between the predicted segmentation of an image and the ground truth divided by the area of union between the predicted segmentation and the ground truth. +- [Mean Intersection over union (IoU)](https://huggingface.co/metrics/mean_iou): the area of overlap between the predicted segmentation of an image and the ground truth divided by the area of union between the predicted segmentation and the ground truth. Metrics are often used to track model performance on benchmark datasets, and to report progress on tasks such as [machine translation](https://huggingface.co/tasks/translation) and [image classification](https://huggingface.co/tasks/image-classification).